diff --git a/README.md b/README.md index a9e9d4b..4d7acbf 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ bundle exec broadside deploy full --target production_web --tag v.1.1.example.ta In the case of an error or timeout during a deploy, broadside will automatically rollback to the latest stable version. You can perform manual rollbacks as well through the command-line. -[For more information on broadside commands, see the complete command-line reference in the wiki](https://github.com/lumoslabs/broadside/wiki/CLI-reference). +## [For more information on broadside commands, see the complete command-line reference in the wiki](https://github.com/lumoslabs/broadside/wiki/CLI-reference). ## Installation diff --git a/lib/broadside/gli/commands.rb b/lib/broadside/gli/commands.rb index 5f731e6..5579fbc 100644 --- a/lib/broadside/gli/commands.rb +++ b/lib/broadside/gli/commands.rb @@ -24,7 +24,7 @@ def add_command_flags(cmd) desc 'Bootstrap your service and task definition from the configured definition.' command :bootstrap do |bootstrap| - add_tag_flag(run) + add_tag_flag(bootstrap) add_target_flag(bootstrap) bootstrap.action do |_, options, _|