Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/broadside/gli/commands.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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, _|
Expand Down