feat: introduce client.Service entity for managing service containers

This commit is contained in:
Pavel Sviderski
2025-02-10 20:21:42 +10:00
parent c0bf1f2930
commit 04fd1b1425
3 changed files with 52 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ func NewRootCommand() *cobra.Command {
Short: "Manage services in an Uncloud cluster.",
}
cmd.AddCommand(
NewInspectCommand(),
NewListCommand(),
NewRmCommand(),
NewRunCommand(),