Merge branch 'develop'
commit
72ec8f85f7
13
dd-ctl
13
dd-ctl
|
@ -7,12 +7,13 @@ OPERATION="$1"
|
|||
if [ -z "$OPERATION" ]; then
|
||||
set +x
|
||||
echo "Missing command."
|
||||
echo " Example: ./dd.ctl [operation] [branch]"
|
||||
echo "./dd-ctl prepare"
|
||||
echo "./dd-ctl build"
|
||||
echo "./dd-ctl up"
|
||||
echo "./dd-ctl down"
|
||||
echo "./dd-ctl customize"
|
||||
echo " Example: ./dd.ctl [operation]"
|
||||
echo " Bring the project up: ./dd-ctl all"
|
||||
echo "Bring the project up without changing submodules: ./dd-ctl all-develop"
|
||||
echo " Start the project when stopped: ./dd-ctl up"
|
||||
echo " Stop the project when started: ./dd-ctl down"
|
||||
echo " Apply customizations: ./dd-ctl customize"
|
||||
echo " Update SAML certificates: ./dd-ctl saml"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue