lib/ors/commands/help.rb in ors-0.0.9 vs lib/ors/commands/help.rb in ors-0.1.0
- old
+ new
@@ -6,9 +6,10 @@
puts <<-END
Usage: ./ors <action> [environment=production] [options]
=== Actions
help You're looking at it
+env Print out the configuration
console Bring up a console on the production servers
logs Show the last few log entries from the production servers
exec Executes a command (via the CMD environment variable) on the migration server
deploy Update the code, run the migrations, and restart unicorn
setup Sets up the default environment on the servers