Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions docs/user_docs/cli/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,6 @@ ComponentVersions command.
* [kbcli componentversion list](kbcli_componentversion_list.md) - List ComponentVersion.


## [dashboard](kbcli_dashboard.md)

List and open the KubeBlocks dashboards.

* [kbcli dashboard list](kbcli_dashboard_list.md) - List all dashboards.
* [kbcli dashboard open](kbcli_dashboard_open.md) - Open one dashboard.


## [dataprotection](kbcli_dataprotection.md)

Data protection command.
Expand Down
1 change: 0 additions & 1 deletion docs/user_docs/cli/kbcli.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ kbcli [flags]
* [kbcli clusterdefinition](kbcli_clusterdefinition.md) - ClusterDefinition command.
* [kbcli componentdefinition](kbcli_componentdefinition.md) - ComponentDefinition command.
* [kbcli componentversion](kbcli_componentversion.md) - ComponentVersions command.
* [kbcli dashboard](kbcli_dashboard.md) - List and open the KubeBlocks dashboards.
* [kbcli dataprotection](kbcli_dataprotection.md) - Data protection command.
* [kbcli kubeblocks](kbcli_kubeblocks.md) - KubeBlocks operation commands.
* [kbcli ops-definition](kbcli_ops-definition.md) - ops-definitions command.
Expand Down
2 changes: 0 additions & 2 deletions pkg/cmd/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ import (
"github.com/apecloud/kbcli/pkg/cmd/clusterdefinition"
"github.com/apecloud/kbcli/pkg/cmd/componentdefinition"
"github.com/apecloud/kbcli/pkg/cmd/componentversion"
"github.com/apecloud/kbcli/pkg/cmd/dashboard"
"github.com/apecloud/kbcli/pkg/cmd/dataprotection"
"github.com/apecloud/kbcli/pkg/cmd/kubeblocks"
"github.com/apecloud/kbcli/pkg/cmd/opsdefinition"
Expand Down Expand Up @@ -172,7 +171,6 @@ A Command Line Interface for KubeBlocks`,
kubeblocks.NewKubeBlocksCmd(f, ioStreams),
options.NewCmdOptions(ioStreams.Out),
version.NewVersionCmd(f),
dashboard.NewDashboardCmd(f, ioStreams),
clusterdefinition.NewClusterDefinitionCmd(f, ioStreams),
componentdefinition.NewComponentDefinitionCmd(f, ioStreams),
componentversion.NewComponentVersionCmd(f, ioStreams),
Expand Down
Loading
Loading