We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Idea to add settings to config.
settings
It then used as LETS_SETTING_<NAME_OF_SETTING>
LETS_SETTING_<NAME_OF_SETTING>
Settings can be stored in .lets/settings.json
.lets/settings.json
Add new --set and --reset flags.
--set
--reset
Example:
settings: skip-pull: false
So LETS_SETTING_SKIP_PULL=false will be available in env.
LETS_SETTING_SKIP_PULL=false
lets --set skip-pull=true will override and persist setting to .lets/settings.json
lets --set skip-pull=true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Idea to add
settings
to config.It then used as
LETS_SETTING_<NAME_OF_SETTING>
Settings can be stored in
.lets/settings.json
Add new
--set
and--reset
flags.Example:
So
LETS_SETTING_SKIP_PULL=false
will be available in env.lets --set skip-pull=true
will override and persist setting to.lets/settings.json
The text was updated successfully, but these errors were encountered: