Add an arg for shutdown timeout in deploy down command (#366)

Former-commit-id: 44cf57df9b627fb2ad992e56d14b7f7caef52779
This commit is contained in:
prathamesh0
2023-04-25 11:51:49 +05:30
committed by GitHub
parent 7f3a33564a
commit cf0e0c5d94
4 changed files with 10 additions and 4 deletions
@@ -70,7 +70,7 @@ docker logs -f <CONTAINER_ID>
Stop all services running in the background:
```bash
laconic-so --stack fixturenet-optimism deploy down
laconic-so --stack fixturenet-optimism deploy down 30
```
Clear volumes created by this stack:
@@ -90,7 +90,7 @@ docker logs -f <CONTAINER_ID>
Stop all services running in the background:
```bash
laconic-so --stack fixturenet-optimism deploy --include fixturenet-optimism down
laconic-so --stack fixturenet-optimism deploy --include fixturenet-optimism down 30
```
Clear volumes created by this stack:
+1 -1
View File
@@ -111,7 +111,7 @@ Follow the [demo](./demo.md) to try out the MobyMask app with L2 chain
Stop all the services running in background run:
```bash
laconic-so --stack mobymask-v2 deploy-system down
laconic-so --stack mobymask-v2 deploy-system down 30
```
Clear volumes created by this stack: