Class: Rails::Commands::Deploy
- Inherits:
-
ShopifyCli::Command
- Object
- CLI::Kit::BaseCommand
- ShopifyCli::Command
- Rails::Commands::Deploy
- Defined in:
- lib/project_types/rails/commands/deploy.rb,
lib/project_types/rails/commands/deploy/heroku.rb
Defined Under Namespace
Classes: Heroku
Instance Attribute Summary
Attributes inherited from ShopifyCli::Command
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from ShopifyCli::Command
call, call_help, #initialize, options, prerequisite_task, run_prerequisites, subcommand, subcommand_registry
Methods included from ShopifyCli::Feature::Set
Constructor Details
This class inherits a constructor from ShopifyCli::Command
Class Method Details
.extended_help ⇒ Object
17 18 19 |
# File 'lib/project_types/rails/commands/deploy.rb', line 17 def self.extended_help ShopifyCli::Context.('rails.deploy.extended_help', ShopifyCli::TOOL_NAME) end |
.help ⇒ Object
13 14 15 |
# File 'lib/project_types/rails/commands/deploy.rb', line 13 def self.help ShopifyCli::Context.('rails.deploy.help', ShopifyCli::TOOL_NAME) end |
Instance Method Details
#call ⇒ Object
9 10 11 |
# File 'lib/project_types/rails/commands/deploy.rb', line 9 def call(*) @ctx.puts(self.class.help) end |