ystage
v1.3.0
Published
A tool for managing ci/cd aspects of yarn workspaces.
Downloads
13
Readme
- stage a deployment of a top-level-module
- determine what needs to be ??? based on from/to COMMIT SHA
ystage run --from=${CI_COMMIT_BEFORE_SHA} --to=${CI_COMMIT_SHA} <npm script>
ystage exec --from=${CI_COMMIT_BEFORE_SHA} --to=${CI_COMMIT_SHA} <npm script>
ystage stage --from=${CI_COMMIT_BEFORE_SHA} --to=${CI_COMMIT_SHA} <path to staging folder>