lib/nanoc/cli/commands/deploy.rb in nanoc-4.0.0 vs lib/nanoc/cli/commands/deploy.rb in nanoc-4.0.1
- old
+ new
@@ -2,14 +2,14 @@
summary 'deploy the compiled site'
description "
Deploys the compiled site. The compiled site contents in the output directory will be uploaded to the destination, which is specified using the `--target` option.
"
-option :t, :target, 'specify the location to deploy to (default: `default`)', argument: :required
+option :t, :target, 'specify the location to deploy to (default: `default`)', argument: :required
flag :C, :'no-check', 'do not run the issue checks marked for deployment'
flag :L, :list, 'list available locations to deploy to'
flag :D, :'list-deployers', 'list available deployers'
-option :n, :'dry-run', 'show what would be deployed'
+option :n, :'dry-run', 'show what would be deployed'
module Nanoc::CLI::Commands
class Deploy < ::Nanoc::CLI::CommandRunner
def run
load_site