We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca3450 commit 388b36eCopy full SHA for 388b36e
pkg/cli/alpha.go
@@ -36,12 +36,12 @@ func (c *CLI) newAlphaCmd() *cobra.Command {
36
alpha := &cobra.Command{
37
Use: alphaCommand,
38
SuggestFor: []string{"experimental"},
39
- Short: "Alpha kubebuilder subcommands",
+ Short: "Alpha-stage subcommands",
40
Long: strings.TrimSpace(`
41
-Alpha kubebuilder commands are for unstable features.
+Alpha subcommands are for unstable features.
42
43
-- Alpha commands are exploratory and may be removed without warning.
44
-- No backwards compatibility is provided for any alpha commands.
+- Alpha subcommands are exploratory and may be removed without warning.
+- No backwards compatibility is provided for any alpha subcommands.
45
`),
46
}
47
for i := range alphaCommands {
0 commit comments