netfoundry / python-netfoundry

PyPi module "netfoundry"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

couple the profile to a discrete config stanza or file

qrkourier opened this issue · comments

It's possible to select an alternative path to config file with param --config-file CONFIG_FILE, but this is currently disconnected from param --profile PROFILE. These should work together to enable storing all general configurations as part of the profile.

It turns out this enhancement isn't really needed. The config file already pairs a profile with a credential, and so all that's necessary is to add both of those to the INI file and switch between multiple INI files with --config-file CONFIG_FILE.