-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only use CPLN_ORG and CPLN_APP env vars if allowed #109
Conversation
20d3abd
to
626ef95
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just make things lazy!
No need to change all the calls!
Just change the config.current
method to lazily load config from yaml and same for for the config.[]
methods.
then this PR won't have a zillion files changing as well.
c837226
to
feb6499
Compare
@justin808 I've rebased the branch to include only changes necessary for this PR. Let's handle everything else in a separate PR. |
@rafaelgomesxyz This PR might have conflicts with #110. We need to be more careful for merging. |
feb6499
to
bdd5d05
Compare
In this commit, instead of having two config classes, we don't load configuration from file unless the command demand extended configuration.
This reverts commit e9dde02.
bdd5d05
to
c313696
Compare
On top of #110 for now!
Fixes #90