feat(scale): basic service scale command

This commit is contained in:
Pavel Sviderski
2025-03-05 20:24:54 +10:00
parent 2a82f75cad
commit 586a4fa129
5 changed files with 190 additions and 17 deletions
+1
View File
@@ -14,6 +14,7 @@ func NewRootCommand() *cobra.Command {
NewListCommand(),
NewRmCommand(),
NewRunCommand(),
NewScaleCommand(),
)
return cmd
}