Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): Moved from environment variables to using credentials con…
…figuration file Switch from using environment variables to using a configuration file to pass API token to script. The configuration needs to be stored in the users' home directory in a .f5xc sub-directory named config.ini (e.g., $HOME/.f5xc/config.ini). The configuration file needs to be of the following format: [DEFAULT] tenant=<tenant-name> token=<token> BREAKING CHANGE: - Basic sanity checking that configuration file exists in users' home directory.
- Loading branch information