diff --git a/docs/components/_astria-go-cli-commands.md b/docs/components/_astria-go-cli-commands.md index d7d9631..7fcf484 100644 --- a/docs/components/_astria-go-cli-commands.md +++ b/docs/components/_astria-go-cli-commands.md @@ -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. |