cluster/lib/cluster/commands_generator.rb in sct-1.0.0 vs cluster/lib/cluster/commands_generator.rb in sct-1.0.1
- old
+ new
@@ -61,18 +61,9 @@
c.action do |args, options|
Cluster::Runner.new.reset args, options
end
end
- command :pull do |c|
- c.syntax = 'sct cluster pull'
- c.description = 'pull new image versions'
-
- c.action do |args, options|
- Cluster::Runner.new.pull
- end
- end
-
command :status do |c|
c.syntax = 'sct cluster status'
c.description = 'see the status of your cluster'
c.action do |args, options|