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
--nobackup
Add environment variable support to set the options to disable backups.
There is a --nobackups command line option and also noBackups config option. We should support this the way we support other options.
--nobackups
noBackups
FOUNDRY_BACKUPS default true
FOUNDRY_BACKUPS
true
Support all the options.
The text was updated successfully, but these errors were encountered:
felddy
No branches or pull requests
Feature description
Add environment variable support to set the options to disable backups.
Motivation
There is a
--nobackups
command line option and alsonoBackups
config option. We should support this the way we support other options.Example
FOUNDRY_BACKUPS
defaulttrue
Pitch
Support all the options.
Code of Conduct
The text was updated successfully, but these errors were encountered: