Skip to content

Commit

Permalink
chore: auto update cli doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sophon-zt committed Jun 28, 2023
1 parent 80dd80c commit aa97d15
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/user_docs/cli/kbcli_cluster_delete-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ kbcli cluster delete-account [flags]
--component string Specify the name of component to be connected. If not specified, pick the first one.
-h, --help help for delete-account
-i, --instance string Specify the name of instance to be connected.
--name string Required user name, please specify it
--name string Required user name, please specify it.
```

### Options inherited from parent commands
Expand Down
10 changes: 10 additions & 0 deletions docs/user_docs/cli/kbcli_cluster_delete-ops.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ Delete an OpsRequest.
kbcli cluster delete-ops [flags]
```

### Examples

```
# delete all ops belong the specified cluster
kbcli cluster delete-ops mycluster
# delete the specified ops belong the specify cluster
kbcli cluster delete-ops --name=mysql-restart-82zxv
```

### Options

```
Expand Down
2 changes: 1 addition & 1 deletion docs/user_docs/cli/kbcli_cluster_describe-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ kbcli cluster describe-account [flags]
--component string Specify the name of component to be connected. If not specified, pick the first one.
-h, --help help for describe-account
-i, --instance string Specify the name of instance to be connected.
--name string Required user name, please specify it
--name string Required user name, please specify it.
```

### Options inherited from parent commands
Expand Down
2 changes: 1 addition & 1 deletion docs/user_docs/cli/kbcli_cluster_grant-role.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ kbcli cluster grant-role [flags]
-h, --help help for grant-role
-i, --instance string Specify the name of instance to be connected.
--name string Required user name, please specify it.
-r, --role string Role name should be one of {SUPERUSER, READWRITE, READONLY}
-r, --role string Role name should be one of [SUPERUSER, READWRITE, READONLY].
```

### Options inherited from parent commands
Expand Down
2 changes: 1 addition & 1 deletion docs/user_docs/cli/kbcli_cluster_revoke-role.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ kbcli cluster revoke-role [flags]
-h, --help help for revoke-role
-i, --instance string Specify the name of instance to be connected.
--name string Required user name, please specify it.
-r, --role string Role name should be one of {SUPERUSER, READWRITE, READONLY}
-r, --role string Role name should be one of [SUPERUSER, READWRITE, READONLY].
```

### Options inherited from parent commands
Expand Down

0 comments on commit aa97d15

Please sign in to comment.