Skip to content

Commit

Permalink
docs: add documentation for destroy and log display
Browse files Browse the repository at this point in the history
  • Loading branch information
gmargaritis committed Jun 17, 2024
1 parent b7eceb1 commit f39133f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,17 @@ cycleops setups delete <setup_name>|<setup_id>
cycleops setups deploy <setup_name>|<setup_id> --wait
```

Using `--wait` you can wait for the deployment job to complete.
Use `--wait` to wait for the deployment job to complete and display deployment logs.

#### Destroy a setup

```
cycleops setups destroy <setup_name>|<setup_id>
```

Terminates all running containers associated with the specified setup.

**Note:** Use `delete` to only remove the setup from Cycleops without terminating any running containers.

### GitHub Actions

Expand Down

0 comments on commit f39133f

Please sign in to comment.