Structure
The pipe init
command generates the initial directory structure that looks like this:
.pipedream
├── pipeline.rb
├── role.rb
├── schedule.rb
├── settings.yml
└── webhook.rb
The table below states the purpose of each file:
File / Directory | Description |
---|---|
pipeline.rb | The pipeline defintion. More info: Pipeline DSL |
role.rb | The IAM role defintion. More info: Role DSL |
schedule.rb | The schedule defintion. More info: Schedule DSL |
settings.yml | Settings for pipedream. More info: Settings |
webhook.rb | The webhook defintion. More info: Webhook DSL |
Pro tip: Use the <- and -> arrow keys to move back and forward.
Edit this page
See a typo or an error? You can improve this page. This website is available on GitHub, and contributions are encouraged and welcomed. We love pull requests from you!
- Suggest an edit to this page (here's the contributing guide).
- Open an issue about this page to report a problem.