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
This didn't work for me just now, so I'm deleting the script associated with it, but I wanted to have it here just in case it comes in handy later:
Update: It's required to either have set the default config, or to use the --config=<name> option.
--config=<name>
dashmate config default local_seed dashmate config set--config local_seed core.docker.image dashpay/dashd:20.1.1 dashmate config set--config local_1 core.docker.image dashpay/dashd:20.1.1 dashmate config set--config local_2 core.docker.image dashpay/dashd:20.1.1 dashmate config set--config local_3 core.docker.image dashpay/dashd:20.1.1
Note: set is a third-level subcommand, so the --config local_1 option must come AFTER that.
set
--config local_1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This didn't work for me just now, so I'm deleting the script associated with it, but I wanted to have it here just in case it comes in handy later:Update: It's required to either have set the default config, or to use the
--config=<name>
option.Note:
set
is a third-level subcommand, so the--config local_1
option must come AFTER that.The text was updated successfully, but these errors were encountered: