sct/lib/sct/commands_generator.rb in sct-0.1.26 vs sct/lib/sct/commands_generator.rb in sct-0.1.27
- old
+ new
@@ -48,9 +48,23 @@
Sct::MysqlproxyCommand.new.execute(args, options)
end
end
+ command :'cluster' do |c|
+
+ c.syntax = 'sct cluster'
+ c.description = 'make changes to the cluster'
+
+ end
+
+ command :'shell' do |c|
+
+ c.syntax = 'sct shell'
+ c.description = 'run commands from the shell using docker containers'
+
+ end
+
run!
end
end
end
\ No newline at end of file