This documentation covers all available Dashmate CLI commands, their parameters, and behavior.
Dashmate commands are organized into the following categories:
- Config - Manage Dashmate configurations
- Core - Interact with Dash Core functionality
- Docker - Manage Docker containers and builds
- Doctor - Diagnose and resolve issues
- Group - Manage groups of nodes
- SSL - Configure and manage SSL certificates
- Status - Check status of various components
- Wallet - Manage Dash wallets and funds
The following commands are available at the top level:
- setup - Set up a new Dash node
- start - Start a node
- stop - Stop a running node
- restart - Restart a node
- reset - Reset a node to its initial state
- update - Update the node and its dependencies
All commands follow the pattern:
dashmate [command] [subcommand] [options]You can get help for any command by adding --help:
dashmate config --help
dashmate status core --help