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
{{ message }}
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
Update config loading to check BOTH local and global .nexmorc. This way we could have API keys in ~/.nexmorc and host settings in the local ./.nexmorc.
Add a way to write new config to local or global files.
API key and secret are account level credentials where as application ID and public/private keys are Nexmo application level config entities. Page size is a CLI specific thing. This proposed solution is suggesting adding a way of overwriting account/global config at an application level and also allows some CLI config to be set in the same place 🤔
I'm a little concerned about merging account, CLI config, environment/API host config and application config. Should they be very clearly separated?
My feeling is that we keep #109 focused on application config and separate from this issue. I do think this issue can address account, CLI and environment config.
What should be done if there's no global file but there is a local file and someone sets new config?
Consistency suggests that config:set should default to global unless a --local flag is passed. Maybe the CLI could warn if config:set is called and there is local config?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This config could hold:
Related issues:
Gut feeling says we can put this in the local
.nexmorc
we are already looking forThe text was updated successfully, but these errors were encountered: