mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-27 16:17:34 +00:00
fix naming
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ func NewEnvListCommand(ioStream cmdutil.IOStreams) *cobra.Command {
|
||||
DisableFlagsInUseLine: true,
|
||||
Short: "List environments",
|
||||
Long: "List all environments",
|
||||
Example: `vela env list [env-name]`,
|
||||
Example: `vela env ls [env-name]`,
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
return ListEnvs(args, ioStream)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user