Class: Cody::CLI::Sequence

Inherits:
Thor::Group
  • Object
show all
Includes:
AwsServices, Thor::Actions
Defined in:
lib/cody/cli/sequence.rb

Direct Known Subclasses

Init

Class Method Summary collapse

Methods included from AwsServices

#cfn, #codebuild

Methods included from AwsServices::Helpers

#are_you_sure?, #find_stack, #inferred_project_name, #inferred_stack_name, #normalize_stack_name, #project_name_convention, #stack_exists?

Class Method Details

.source_pathsObject



12
13
14
# File 'lib/cody/cli/sequence.rb', line 12

def self.source_paths
  [File.expand_path("../../../template", __FILE__)]
end