mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-28 03:53:33 +00:00
add ListServices method and ls CLI command
This commit is contained in:
@@ -10,6 +10,7 @@ func NewRootCommand() *cobra.Command {
|
||||
Short: "Manage services in an Uncloud cluster.",
|
||||
}
|
||||
cmd.AddCommand(
|
||||
NewListCommand(),
|
||||
NewRunCommand(),
|
||||
)
|
||||
return cmd
|
||||
|
||||
Reference in New Issue
Block a user