Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.27 KB

File metadata and controls

42 lines (30 loc) · 1.27 KB

Dashmate Commands

This documentation covers all available Dashmate CLI commands, their parameters, and behavior.

Command Categories

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

Top-Level Commands

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

Command Usage

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