Skip to content

Commit 1acd3c8

Browse files
committed
docs(ev-deployer): document init command in README
1 parent fa0e71f commit 1acd3c8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

bin/ev-deployer/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ owner = "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"
4040

4141
## Usage
4242

43+
### Generate a starter config
44+
45+
```bash
46+
ev-deployer init --output deploy.toml
47+
```
48+
49+
This creates a TOML config template with all supported contracts commented out and documented.
50+
4351
### Generate genesis alloc
4452

4553
Print alloc JSON to stdout:

0 commit comments

Comments
 (0)