Pr0ject-X / px

Project-X is a pluggable development tool for streamlining redundant project tasks without all the hassle.
https://pr0ject-x.github.io/px/
1 stars 2 forks source link

Workflow Implementation #41

Closed droath closed 3 years ago

droath commented 4 years ago

Problem / Motivation

You may have a set of commands that need to be ran in a particular order. You can try outlining those in a README but someone will overlook those instructions. Instead, it would be convenient if we could create custom workflows for each project which contain jobs. Each job will be able to defined commands which could be a sequence or a single command.

Then a user would only have to run one command that will execute the workflow. Examples,

px workflow:execute local-setup px workflow:execute deploy