mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
mark the list-builtin command alpha
This commit is contained in:
@@ -14,8 +14,8 @@ import (
|
||||
// subcommand
|
||||
func NewCmdListBuiltinPlugin() *cobra.Command {
|
||||
cmd := &cobra.Command{
|
||||
Use: "list-builtin-plugin",
|
||||
Short: "List the builtin plugins",
|
||||
Use: "alpha-list-builtin-plugin",
|
||||
Short: "[Alpha] List the builtin plugins",
|
||||
Long: "",
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
plugins := konfig.GetBuiltinPluginNames()
|
||||
|
||||
Reference in New Issue
Block a user