Method: Codepipe::CLI#deploy
- Defined in:
- lib/codepipe/cli.rb
#deploy(pipeline_name = nil) ⇒ Object
22 23 24 25 |
# File 'lib/codepipe/cli.rb', line 22 def deploy(pipeline_name=nil) puts "[DEPRECATION] This gem has been renamed to pipedream and will no longer be supported. Please switch to pipedream as soon as possible." Deploy.new(.merge(pipeline_name: pipeline_name)).run end |