Jules Castéran

Results 59 comments of Jules Castéran

Validate functions don't provide context thus we don't have a scw client to execute requests. The solution to get image name validation is using a data source. ```hcl data scaleway_instance_image...

This is a lack of consistency in API errors. Issue has been transfered to instance team

Work has been done to change errors. ``` ❯ scw instance image create snapshot-id=11111111-1111-1111-1111-111111111111 arch=x86_64 Unknown snapshot: 11111111-1111-1111-1111-111111111111 ```

This is not enough, the broken behavior is not tested

Printing a couple lines of shell script is very slow ``` ○ time scw autocomplete script shell=zsh autoload -U compinit && compinit _scw () { output=($(scw autocomplete complete zsh --...

First goal of this issue was to improve completion speed but this was solved in multiple perf PRs. We should first work on generated scripts. Lookup #1959 #2887 #2832 #2831

We must clean up those commands. We currently have - `scw info` - `scw config info` They have similar functionalities while having some differences, the first on I saw was...

Hi, thank you for your interest. As you have done, the standard way is to override loaded config with env profile. For the profile, you may want to let the...

Arguments are: - `name` - `description` - `type` - `tags` - `ip_id` (marked as deprecated in API doc because it is replaced by `ip_ids` #2123 ) - `private_network` - `private_network_id`...

Nothing new publicly, this will be added to terraform once the feature get released.