akamai / cli-property-manager

Use this Property Manager CLI to automate Akamai property changes and deployments across many environments.
Apache License 2.0
29 stars 22 forks source link

--section param should override setting in projectInfo.json #40

Closed ynohat closed 4 years ago

ynohat commented 5 years ago

I believe currently the edgerc section specified in projectInfo.json overrides the section provided on the command line.

This is problematic in "multiplayer" (CI or team) context because they might not all be using the same credential file as the one committed.

Workaround: remove the key from projectInfo.json and commit that to git.

SidHeg commented 4 years ago

This issue has been fixed. The section provided on the command line takes precedence over the section specified in projectInfo.json.