scaleway-cli
scaleway-cli copied to clipboard
cli allows creating containers with invalid name
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Command attempted
scw container container create name=not-god-name namespace-id=$NS_ID
Expected Behavior
The sameerrormessage should be displayed as the console:
Container name must only contain lowercase alphanumeric characters.
Actual Behavior
The container gets created.