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
nayutah committed Jul 25, 2024
1 parent 66b5393 commit 8292025
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/user_docs/cli/kbcli_addon_disable.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ Disable an addon.
kbcli addon disable ADDON_NAME [flags]
```

### Examples

```
# Disable "prometheus" addon
kbcli addon disable prometheus
# Disable addons in batch
kbcli addon disable prometheus csi-s3
```

### Options

```
Expand Down
3 changes: 3 additions & 0 deletions docs/user_docs/cli/kbcli_addon_enable.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ kbcli addon enable ADDON_NAME [flags]
# Force enabled "csi-s3" addon
kbcli addon enable csi-s3 --force
# Enable addons in batch
kbcli addon enable prometheus csi-s3
```

### Options
Expand Down

0 comments on commit 8292025

Please sign in to comment.