cm1 --add "git add --all && git commit -am {commitmessage} && git push origin {branch} && git push appbox {branch}:master -f && git push appbox-staging {branch}:master && git push appbox-qa {branch}:master" deployapp
Running cm1 deployapp "My commit message" feature-add-user --noexec
Returns:
git add --all && git commit -am "My Commit message" && git push origin feature-add-user && git push appbox {branch}:master -f && git push appbox-staging {branch}:master && git push appbox-qa {branch}:master
cm1 --add "git add --all && git commit -am {commitmessage} && git push origin {branch} && git push appbox {branch}:master -f && git push appbox-staging {branch}:master && git push appbox-qa {branch}:master" deployapp
Running cm1 deployapp "My commit message" feature-add-user --noexec
Returns:
git add --all && git commit -am "My Commit message" && git push origin feature-add-user && git push appbox {branch}:master -f && git push appbox-staging {branch}:master && git push appbox-qa {branch}:master