Feature: Add switch to accept a prefix path for pipeline file generation
Open
enhancement
- Dominant language
- Go
- Stars
- 471
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the pipeline file is always generated in the present working directory. However, in an environment like AWS lambda, only a `/tmp` dir is writeable. We should support a switch like `--pipeline-dir-path` which defaults to `pwd` but can be specified to anything.
Contributor guide
Assessment
This issue has not been assessed yet.