The command line is intended for developers only. Developers can use the command line to test and debug Blockstack applications in ways that the Blockstack Browser does not yet support. Using the command line, developers can: * Generate and Broadcast all supported types of Blockstack transactions * Load, store, and list data in Gaia hubs * Generate owner, payment and application keys from a seed phrase * Query Stacks Nodes * Implement a minimum viable authentication flow {% include warning.html content="Many of the commands operate on unencrypted private keys. For this reason, DO NOT use this tool for day-to-day tasks as you risk the security of your keys." %} You must install the command line before you can use the commands. ## List of commands {:.no_toc} To see the usage and options for the command in general, enter `blockstack-cli` without any subcommands. To see a list of subcommands enter `blockstack-cli help`. Enter `blockstack-cli SUBCOMMAND_NAME help` to see a subcommand with its usage. The following are the available subcommands: * TOC {:toc} {% for entry in site.data.cliRef %} ## {{ entry.command }} **Group**: {{ entry.group }} {{ entry.usage }} ### Arguments {:.no_toc}
Name | Type | Value | Format |
---|---|---|---|
{{ arg.name }} | {{ arg.type }} | {{ arg.value }} | {{ arg.format }} |