diff --git a/docs/cprl_codecommit_branch.md b/docs/cprl_codecommit_branch.md index 6697dea..ad9ddff 100644 --- a/docs/cprl_codecommit_branch.md +++ b/docs/cprl_codecommit_branch.md @@ -25,6 +25,6 @@ Manage branches ### SEE ALSO * [cprl codecommit](cprl_codecommit.md) - CodeCommit -* [cprl codecommit branch delete](cprl_codecommit_branch_delete.md) - Delete branches +* [cprl codecommit branch remove](cprl_codecommit_branch_remove.md) - Remove branches ###### Auto generated by spf13/cobra on 9-Apr-2023 diff --git a/docs/cprl_codecommit_branch_delete.md b/docs/cprl_codecommit_branch_remove.md similarity index 72% rename from docs/cprl_codecommit_branch_delete.md rename to docs/cprl_codecommit_branch_remove.md index cddbca3..4bbb7f4 100644 --- a/docs/cprl_codecommit_branch_delete.md +++ b/docs/cprl_codecommit_branch_remove.md @@ -1,25 +1,25 @@ -## cprl codecommit branch delete +## cprl codecommit branch remove -Delete branches +Remove branches ### Synopsis -Delete a branch +Removes branches ``` -cprl codecommit branch delete [flags] +cprl codecommit branch remove [flags] ``` ### Examples ``` - cprl codecommit branch delete + cprl codecommit branch remove ``` ### Options ``` - -h, --help help for delete + -h, --help help for remove --repository string repository name override ``` diff --git a/docs/cprl_credentials_export.md b/docs/cprl_credentials_export.md deleted file mode 100644 index ce52aaf..0000000 --- a/docs/cprl_credentials_export.md +++ /dev/null @@ -1,33 +0,0 @@ -## cprl credentials export - -exports AWS credentials - -``` -cprl credentials export [flags] -``` - -### Examples - -``` - cprl credentials export -``` - -### Options - -``` - -h, --help help for export - --json output in json format -``` - -### Options inherited from parent commands - -``` - --aws-profile string overrides [aws-profile] value in cprl.yaml - --profile string references a profile in cprl.yaml (default "default") -``` - -### SEE ALSO - -* [cprl credentials](cprl_credentials.md) - AWS credentials - -###### Auto generated by spf13/cobra on 9-Apr-2023