Skip to content

Commit bb34d87

Browse files
authored
Merge pull request #35 from Stackmasters/update-readme-with-destroy
Docs: add documentation for destroy and log display
2 parents 1e9bc3c + f39133f commit bb34d87

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,17 @@ cycleops setups delete <setup_name>|<setup_id>
213213
cycleops setups deploy <setup_name>|<setup_id> --wait
214214
```
215215

216-
Using `--wait` you can wait for the deployment job to complete.
216+
Use `--wait` to wait for the deployment job to complete and display deployment logs.
217+
218+
#### Destroy a setup
219+
220+
```
221+
cycleops setups destroy <setup_name>|<setup_id>
222+
```
223+
224+
Terminates all running containers associated with the specified setup.
225+
226+
**Note:** Use `delete` to only remove the setup from Cycleops without terminating any running containers.
217227

218228
### GitHub Actions
219229

0 commit comments

Comments
 (0)