cli
cli copied to clipboard
Support CICD
Support CICD deploys by staying until the build stage is complete and reporting it's result in exit code
Changes:
- Added new
up
command argument:cicd
When this argument is provided, cli won't stream deploy logs and will exit immediately after deploy status changes toSUCCESS
. This required changingwait_for_failure
function to support this case. In both of them it will cause the cli to exit with either error exit code or zero, which would indicate success.
By the way, can we make a release after this PR is merged? We had docker image ready for almost 3 months now and it's still not published