Skip to content

Commit

Permalink
add kargo verify doc
Browse files Browse the repository at this point in the history
Signed-off-by: Faeka Ansari <[email protected]>
  • Loading branch information
fykaa committed Sep 30, 2024
1 parent b4cf8ca commit 2410cc3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/docs/15-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,22 @@ of the Argo Rollouts documentation for comprehensive coverage of the full range
of `AnalysisTemplate` capabilities.
:::

**Using the `kargo verify` Command**

The `kargo verify` command can be used to manage this verification process for `Stage`s. It allows you to rerun or abort the verification of a `Stage`'s current `Freight`.

For example:

- To rerun the verification for `test` `Stage`:
```shell
kargo verify stage --project=kargo-demo test
```

- To stop an ongoing verification process in the `test` `Stage`:
```shell
kargo verify stage --project=kargo-demo test --abort
```

#### Status

A `Stage` resource's `status` field records:
Expand Down

0 comments on commit 2410cc3

Please sign in to comment.