Skip to content

Commit

Permalink
docs(cobra): update auto-generated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
poornima-krishnasamy authored and github-actions[bot] committed Jul 13, 2023
1 parent bc6bbea commit bf59a62
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion doc/cloud-platform_environment_apply.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ $ cloud-platform environment apply -n <namespace>

```
--all-namespaces Apply all namespaces with -all-namespaces
--cluster string folder name under namespaces/ inside cloud-platform-environments repo refering to full cluster name
--cluster string cluster context fron kubeconfig file
--clusterdir string folder name under namespaces/ inside cloud-platform-environments repo refering to full cluster name
--enable-apply-skip Enable skipping apply for a namespace
--github-token string Personal access Token from Github
-h, --help help for apply
Expand Down
4 changes: 3 additions & 1 deletion doc/cloud-platform_environment_destroy.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@ $ cloud-platform environment destroy -n <namespace>
### Options

```
--cluster string folder name under namespaces/ inside cloud-platform-environments repo refering to full cluster name
--cluster string cluster context fron kubeconfig file
--clusterdir string folder name under namespaces/ inside cloud-platform-environments repo refering to full cluster name
--github-token string Personal access Token from Github
-h, --help help for destroy
--kubecfg string path to kubeconfig file (default "/home/runner/.kube/config")
-n, --namespace string Namespace which you want to perform the destroy
--prNumber int Pull request ID or number to which you want to perform the destroy
--redact Redact the terraform output before printing (default true)
--skip-prod-destroy skip prod namespaces from destroy namespace (default true)
```

### Options inherited from parent commands
Expand Down
3 changes: 2 additions & 1 deletion doc/cloud-platform_environment_plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ $ cloud-platform environment plan
### Options

```
--cluster string folder name under namespaces/ inside cloud-platform-environments repo refering to full cluster name
--cluster string cluster context fron kubeconfig file
--clusterdir string folder name under namespaces/ inside cloud-platform-environments repo refering to full cluster name
--github-token string Personal access Token from Github
-h, --help help for plan
--kubecfg string path to kubeconfig file (default "/home/runner/.kube/config")
Expand Down

0 comments on commit bf59a62

Please sign in to comment.