appbaseio/abc

Feature: Add switch to accept a prefix path for pipeline file generation

siddharthlatest opened this issue · 0 comments

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.