Class: Rails::Commands::Deploy

Inherits:
ShopifyCli::Command show all
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

#ctx, #options

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

#hidden?, #hidden_feature

Constructor Details

This class inherits a constructor from ShopifyCli::Command

Class Method Details

.extended_helpObject



17
18
19
# File 'lib/project_types/rails/commands/deploy.rb', line 17

def self.extended_help
  ShopifyCli::Context.message('rails.deploy.extended_help', ShopifyCli::TOOL_NAME)
end

.helpObject



13
14
15
# File 'lib/project_types/rails/commands/deploy.rb', line 13

def self.help
  ShopifyCli::Context.message('rails.deploy.help', ShopifyCli::TOOL_NAME)
end

Instance Method Details

#callObject



9
10
11
# File 'lib/project_types/rails/commands/deploy.rb', line 9

def call(*)
  @ctx.puts(self.class.help)
end