gridscale / gscloud

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

Make gscloud read environment variables for user ID and token #139

Closed bkircher closed 2 years ago

bkircher commented 2 years ago

Right now, gscloud is reading those values from it's config file, only. Allow the user to set environment variables. I guess, those variables, if set, take precedence over whatever is defined in the config file.

bkircher commented 2 years ago

Also allow setting API URL via env var.