From 2410cc3817b850bee414059d870d52add39438b1 Mon Sep 17 00:00:00 2001 From: Faeka Ansari Date: Mon, 30 Sep 2024 17:51:15 +0530 Subject: [PATCH] add kargo verify doc Signed-off-by: Faeka Ansari --- docs/docs/15-concepts.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/docs/15-concepts.md b/docs/docs/15-concepts.md index 4fd198435..172491b0d 100644 --- a/docs/docs/15-concepts.md +++ b/docs/docs/15-concepts.md @@ -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: