lib/simple_deploy/cli.rb in simple_deploy-0.5.0 vs lib/simple_deploy/cli.rb in simple_deploy-0.5.1
- old
+ new
@@ -55,16 +55,16 @@
when 'ssh'
CLI::SSH.new.show
when 'update'
CLI::Update.new.update
when '-h'
- puts "simple_deploy [attributes|create|destroy|environments|events|instances|list|template|outputs|parameters|resources|ssh|status|update] [options]"
+ puts "simple_deploy [attributes|create|destroy|environments|events|instances|list|template|outputs|parameters|protect|resources|ssh|status|update] [options]"
puts "Append -h for help on specific subcommand."
when '-v'
puts SimpleDeploy::VERSION
else
puts "Unknown command: '#{cmd}'."
- puts "simple_deploy [attributes|create|destroy|environments|events|instances|list|template|outputs|parameters|resources|ssh|status|update] [options]"
+ puts "simple_deploy [attributes|create|destroy|environments|events|instances|list|template|outputs|parameters|protect|resources|ssh|status|update] [options]"
puts "Append -h for help on specific subcommand."
exit 1
end
end