CLI¶
The CLI allows to (amongst other things) manage projects, sync, watch, and list deployments, e.g.:
WFNAME=`cello sync -n project1 -t target1 -p git_path -s git_sha`
cello logs $WFNAME -f
Reference¶
You can find detailed reference here
Help¶
Most help topics are provided by built-in help:
cello --help