Skip to content

Commit

Permalink
update cli commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sambukowski committed May 3, 2024
1 parent 8ee8982 commit 4eae626
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/components/_astria-go-cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
| `dev` | Root command for cli development functionality. |
| `dev init` | Downloads binaries and initializes the local environment. |
| `dev run` | Runs a minimal, local Astria stack. |
| `dev clean` | Deletes the local data for the Astria stack. |
| `dev clean all` | Deletes the local data, downloaded binaries, and config files for the Astria stack. |
| `dev reset` | The root command for resetting the local development instance data. |
| `dev reset config` | Reset config files. |
| `dev reset env` | Reset environment variable files. |
| `dev reset state` | Reset Sequencer state. |
| `dev purge binaries` | Delete all binaries for a given instance. |
| `dev purge all` | Delete all data for a given instance. |
| `sequencer balances` | Get the balances of an account on the Sequencer. |
| `sequencer blockheight` | Get the current block height of the Sequencer. |
| `sequencer createaccount` | Generate an account for the Sequencer. |
Expand Down

0 comments on commit 4eae626

Please sign in to comment.