Promotion functionality
paterczm opened this issue · 0 comments
paterczm commented
Make the tool understand the order of environments: dev->qa->stage->prod. This will allow a single command promotion to next environment.
lbmd prmote --env stage -e user -v newest
will promote newest user version from stage to prod. Before any changes land, it should print a diff and ask: "Are you sure you want to push those changes in prod? [Y/n]".