You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should make this accessible from the command line. Perhaps make them keys instead of arrays, and provide the optional keyname from the commandline (defaults to first perhaps)
This would allow you to have support for dozens of providers/regions.
The text was updated successfully, but these errors were encountered:
great idea - I was talking with rdodev about that a few weeks ago. Its a breaking change, but I think the user base is small enough that we wouldn't piss too many people off.
For example, I might have three different compute creds in my
pkgcloud-cli.json
file, but the helpers are hard coded to always use[0]
:https://github.com/pkgcloud/pkgcloud-cli/blob/master/helpers.js#L41-L49
We should make this accessible from the command line. Perhaps make them keys instead of arrays, and provide the optional keyname from the commandline (defaults to first perhaps)
This would allow you to have support for dozens of providers/regions.
The text was updated successfully, but these errors were encountered: