gridscale / gscloud

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

Make --with-template accept IDs, too #133

Closed bkircher closed 3 years ago

bkircher commented 3 years ago

Make gscloud-server-create --with-template accept not only names but also a template ID. First, input is tested if it is a valid UUID. If not, it is considered a name and the template ID is looked up in an API call.

Fixes #132

bkircher commented 3 years ago

Thanks!