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