From 0d5d3b4239f8f228a2a1bd0f754378f14b4d7665 Mon Sep 17 00:00:00 2001 From: sj-williams Date: Tue, 12 Mar 2024 10:03:21 +0000 Subject: [PATCH] docs(cobra): update auto-generated documentation --- doc/cloud-platform_pipeline_delete-cluster.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/cloud-platform_pipeline_delete-cluster.md b/doc/cloud-platform_pipeline_delete-cluster.md index 062bbfb0..ab0119cb 100644 --- a/doc/cloud-platform_pipeline_delete-cluster.md +++ b/doc/cloud-platform_pipeline_delete-cluster.md @@ -13,6 +13,8 @@ It will delete the components, then the cluster, the VPC, terraform workspace an You must have the following environment variables set, or passed via arguments: - a cluster name +Optionally you can pass a branch name to use for the pipeline run, default is "main" + ** You _must_ have the fly cli installed ** --> https://concourse-ci.org/fly.html @@ -27,6 +29,7 @@ cloud-platform pipeline delete-cluster [flags] ### Options ``` + -b, --branch-name string branch name to use for pipeline run (default: main) (default "main") --cluster-name string cluster to delete -h, --help help for delete-cluster ```