Class: Pipedream::Sequence

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

Direct Known Subclasses

Init

Class Method Summary collapse

Methods included from AwsServices

#cfn, #codepipeline, #s3

Methods included from AwsServices::Helpers

#are_you_sure?, #inferred_pipeline_name, #inferred_stack_name, #pipeline_name_convention, #stack_exists?

Class Method Details

.source_pathsObject



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

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