Jules Castéran

Results 59 comments of Jules Castéran

`namespace-id` is required for `credential list`. When doing `scw mnq credential get `, there is no `namespace-id`. It makes it impossible to list credentials for completions, current arguments completion would...

`scw vpc private-network list` does not crash anymore but the rendering is still off: ``` ❯ scw vpc pn list -owide ID NAME ORGANIZATION ID PROJECT ID REGION TAGS CREATED...

Hi, it seems like your default region is `nl-ams`, it should work with `scw tem domain list region=fr-par`. The error message should be clear about the issue. I'm working for...

Currently can be achieved using jq: `scw ... -ojson | jq -r .data`

Potential workflow: - ask for secret-key - fetch access-key and organization-id - show apikey default project and ask if user wants another - maybe show a list of project's to...

Currently init with a profile argument is not superb. - `scw init -p mynewprofile` - `Are you sure you want to override your config.yaml ?` We should warn only if...

To question variables: - profile-id: do as stated above - organization_id: can we remove it ? List all commands that require it

## Autocomplete prompt We should check if completion is already installed for current shell and skip prompt

## New ideas From community slack > The CLI couldn’t find my SSH public key at the default path, but that’s because my public key is exposed via an SSH...