Method: Stax::Cmd::Codebuild#link
- Defined in:
- lib/stax/mixin/codebuild.rb
#link ⇒ Object
134 135 136 137 138 |
# File 'lib/stax/mixin/codebuild.rb', line 134 def link my.stack_project_names.map do |name| puts latest_run_link(name) end end |