Skip to content

Commit b11dfd9

Browse files
hide cd subcommands from the docs (#652)
1 parent 621dc78 commit b11dfd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cmd/cli/command/commands.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -876,6 +876,7 @@ var bootstrapCmd = &cobra.Command{
876876
Use: "cd",
877877
Aliases: []string{"bootstrap"},
878878
Short: "Manually run a command with the CD task (for BYOC only)",
879+
Hidden: true,
879880
}
880881

881882
var bootstrapDestroyCmd = &cobra.Command{

0 commit comments

Comments
 (0)