lib/kontena/cli/grid_command.rb in kontena-cli-0.10.3 vs lib/kontena/cli/grid_command.rb in kontena-cli-0.11.0

- old
+ new

@@ -16,10 +16,10 @@ subcommand "list", "List all grids", Kontena::Cli::Grids::ListCommand subcommand "create", "Create a new grid", Kontena::Cli::Grids::CreateCommand subcommand "use", "Switch to use specific grid", Kontena::Cli::Grids::UseCommand subcommand "show", "Show grid details", Kontena::Cli::Grids::ShowCommand subcommand "logs", "Show logs from grid containers", Kontena::Cli::Grids::LogsCommand - subcommand "remove", "Remove a grid", Kontena::Cli::Grids::RemoveCommand + subcommand ["remove","rm"], "Remove a grid", Kontena::Cli::Grids::RemoveCommand subcommand "current", "Show current grid details", Kontena::Cli::Grids::CurrentCommand subcommand "env", "Show the current grid environment details", Kontena::Cli::Grids::EnvCommand subcommand "audit-log", "Show audit log of the current grid", Kontena::Cli::Grids::AuditLogCommand subcommand "list-users", "List current grid users", Kontena::Cli::Grids::ListUsersCommand subcommand "add-user", "Add user to the current grid", Kontena::Cli::Grids::AddUserCommand