Skip to content

Commit 9ee0633

Browse files
zoeyTMkanej
authored andcommitted
add deployments task to ignition docs
1 parent 384d1a3 commit 9ee0633

File tree

1 file changed

+9
-1
lines changed
  • docs/src/content/ignition/docs/guides

1 file changed

+9
-1
lines changed

docs/src/content/ignition/docs/guides/deploy.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,23 @@ To pass a `bigint` as a Module parameter, you can encode it as a string. Any str
7676

7777
## Inspecting an existing deployment
7878

79+
To get a list of all the deployment IDs that exist in the current project, run:
80+
81+
```sh
82+
npx hardhat ignition deployments
83+
```
84+
7985
To check on the current status of a deployment, run:
8086

8187
```sh
8288
npx hardhat ignition status DeploymentId
8389
```
8490

85-
If you run it on the [Quick Start guide](../getting-started/index.md#quick-start) project after executing the deploying, you'd see something like this:
91+
If you run these tasks on the [Quick Start guide](../getting-started/index.md#quick-start) project after executing the deployment, you'd see something like this:
8692

8793
```
94+
$ npx hardhat ignition deployments
95+
chain-31337
8896
$ npx hardhat ignition status chain-31337
8997
9098
[ chain-31337 ] successfully deployed 🚀

0 commit comments

Comments
 (0)