Add a subcommand to submit raw JSON data to the API:
cloudscale server raw --method POST/PATCH/whatever --data 'json string here' UUID
This would allow one to conveniently use new API features before they are supported by the CLI. The subcommand should have a generic implementation so that it can be made available for all resource types.
Add a subcommand to submit raw JSON data to the API:
This would allow one to conveniently use new API features before they are supported by the CLI. The subcommand should have a generic implementation so that it can be made available for all resource types.