scaleway-cli
scaleway-cli copied to clipboard
Command Line Interface for Scaleway
I have created a [small docker image](https://github.com/colthreepv/scaleway-shell) only have this environment variable wrap. [I took inspiration from Makefile](https://github.com/scaleway/scaleway-cli/blob/master/Makefile#L158) Would be nice if this simple feature ends up in the official...
TODO: - [ ] A correct shell command - [ ] Ctrl-C doesn't work after quitting shell - [ ] use [namespace] command - [ ] in suggestions, put required...
### 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...
### 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...
### 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 When I do an image create with a snapshot id that is not known: ``` scw image create snapshot-id=11111111-1111-1111-1111-111111111111 arch=x86_64 Cannot find resource '' with ID '11111111-1111-1111-1111-111111111111' ```...
## Description As a user I would like to quickly secure an instance to only receive traffic from a given LB and nothing else. ## How this functionality would be...
## Description As a user, I would like to register a given instance to a given load balancer. `scw lb backend register 11111111-1111-1111-1111-111111111111 port=80` And this would automatically gather the...
## Description The same way we rely on section in `scw rdb instance get` we should improve the way a server get command output informations ## How this functionality would...
## Description create nic seems ok except that it lacks validation ``` $ go run cmd/scw/main.go instance private-nic create server-id=08fd9f26-efe4-41cc-b960-11ff86edbd8d Invalid arguments 'private_network_id' Details: - 'private_network_id' does not respect constraints...