scaleway-cli
scaleway-cli copied to clipboard
Command Line Interface for Scaleway
## Description ## How this functionality would be exposed ## References ## Version Version 2.0.0+dev BuildDate unknown GoVersion go1.15.2 GitBranch unknown GitCommit unknown GoArch amd64 GoOS darwin
## Description In `scw rdb backup list` I have no way to know whether a given backup is ready to be downloaded or not. Could we have a boolean that...
## Description ``` $ go run ./cmd/scw/main.go iot network create type=sigfox hub-id=8931d519-639c-43fb-81df-ef44569aadb6 topic-prefix=pouet Network.ID c80f21d6-90a4-4ba8-bac3-4a278a554bc6 Network.Name cli-network-nostalgic-johnson Network.Type sigfox Network.Endpoint sigfox.iot.fr-par.scw.cloud Network.HubID 8931d519-639c-43fb-81df-ef44569aadb6 Network.CreatedAt now Network.TopicPrefix pouet Network.Region fr-par Network.OrganizationID...
## Description We should: - Make CRT printing go to the line to enable easy copy and paste - warn the user that the private key won't be showed again...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
## Description: Argument in the default profile are not inherited by other profiles when they don't specify an argument. Therefore it is necessary to redefine everytime all the arguments. This...
## Description We could use the same github action workflow that exists in the terraform provider: ## How this functionality would be exposed ## References ## Version Version 2.0.0-beta.4+dev BuildDate...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
ensure [ArgSpecs](https://github.com/scaleway/scaleway-cli/blob/master/internal/namespaces/account/v2/account_cli.go#L94-L111) and [Request Type](https://github.com/scaleway/scaleway-sdk-go/blob/master/api/account/v2/account_sdk.go#L156-L169) for a command are consistent with each other. Check that there is no missing argspec and that each argspec present correspond to a field in...
Add a simple way of passing from an ArgSpecName notation to a refect type/value. For instance can I just from [`name`](https://github.com/scaleway/scaleway-cli/blob/master/internal/namespaces/account/v2/account_cli.go#L95-L101) deduce that the required type is a string?