Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove builder cmd #342

Merged
merged 3 commits into from
May 9, 2024
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 @@ -57,14 +57,6 @@ Run a benchmark.
* [kbcli bench ycsb](kbcli_bench_ycsb.md) - Run YCSB benchmark on a cluster


## [builder](kbcli_builder.md)

builder command.

* [kbcli builder migrate-scripts](kbcli_builder_migrate-scripts.md) - migrate - a developer tool.
* [kbcli builder template](kbcli_builder_template.md) - tpl - a developer tool integrated with KubeBlocks that can help developers quickly generate rendered configurations or scripts based on Helm templates, and discover errors in the template before creating the database cluster.


## [cluster](kbcli_cluster.md)

Cluster 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 @@ -58,7 +58,6 @@ kbcli [flags]
* [kbcli alert](kbcli_alert.md) - Manage alert receiver, include add, list and delete receiver.
* [kbcli backuprepo](kbcli_backuprepo.md) - BackupRepo command.
* [kbcli bench](kbcli_bench.md) - Run a benchmark.
* [kbcli builder](kbcli_builder.md) - builder command.
* [kbcli cluster](kbcli_cluster.md) - Cluster command.
* [kbcli clusterdefinition](kbcli_clusterdefinition.md) - ClusterDefinition command.
* [kbcli clusterversion](kbcli_clusterversion.md) - ClusterVersion command.
Expand Down
44 changes: 0 additions & 44 deletions docs/user_docs/cli/kbcli_builder.md

This file was deleted.

57 changes: 0 additions & 57 deletions docs/user_docs/cli/kbcli_builder_migrate-scripts.md

This file was deleted.

68 changes: 0 additions & 68 deletions docs/user_docs/cli/kbcli_builder_template.md

This file was deleted.

42 changes: 0 additions & 42 deletions pkg/cmd/builder/builder.go

This file was deleted.

47 changes: 0 additions & 47 deletions pkg/cmd/builder/builder_test.go

This file was deleted.

32 changes: 0 additions & 32 deletions pkg/cmd/builder/suite_test.go

This file was deleted.

Loading
Loading