Skip to content

Commit

Permalink
Remove pipectl quickstart command (#5268)
Browse files Browse the repository at this point in the history
* Remove pipectl quickstart command

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>

* Remove the quickstart from docs

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>

---------

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
  • Loading branch information
khanhtc1202 authored Oct 9, 2024
1 parent 3dbf164 commit 4b2499e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 532 deletions.
2 changes: 0 additions & 2 deletions cmd/pipectl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import (
"github.com/pipe-cd/pipecd/pkg/app/pipectl/cmd/initialize"
"github.com/pipe-cd/pipecd/pkg/app/pipectl/cmd/piped"
"github.com/pipe-cd/pipecd/pkg/app/pipectl/cmd/planpreview"
"github.com/pipe-cd/pipecd/pkg/app/pipectl/cmd/quickstart"
"github.com/pipe-cd/pipecd/pkg/cli"
)

Expand All @@ -41,7 +40,6 @@ func main() {
planpreview.NewCommand(),
piped.NewCommand(),
encrypt.NewCommand(),
quickstart.NewCommand(),
initialize.NewCommand(),
)

Expand Down
1 change: 0 additions & 1 deletion docs/content/en/docs-dev/user-guide/command-line-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ Available Commands:
init Generate an application config (app.pipecd.yaml) easily and interactively.
piped Manage piped resources.
plan-preview Show plan preview against the specified commit.
quickstart Quick prepare PipeCD control plane in quickstart mode.
version Print the information of current binary.
Flags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ Available Commands:
init Generate an application config (app.pipecd.yaml) easily and interactively.
piped Manage piped resources.
plan-preview Show plan preview against the specified commit.
quickstart Quick prepare PipeCD control plane in quickstart mode.
version Print the information of current binary.
Flags:
Expand Down
Loading

0 comments on commit 4b2499e

Please sign in to comment.