gridscale / gscloud

The official command-line interface for the gridscale API
https://gridscale.io/
MIT License
16 stars 9 forks source link

Add rocket storage CRUD to gscloud #114

Open MarcHarriss opened 3 years ago

MarcHarriss commented 3 years ago

https://gridscale.io/en//api-documentation/index.html#section/Rocket-Storage-(Labs) search for storage_variant = local

bkircher commented 3 years ago

How would we the command line look?

gscloud local-storage create
gscloud local-storage ls
gscloud local-storage rm

and then when creating a server one would pass the storage like this:

gscloud server create --with-storage=<id>

Would this work?