Last active
December 12, 2019 23:48
-
-
Save jstvz/ff647082e017aa8e48b850ee64edb31c to your computer and use it in GitHub Desktop.
Shell aliases for cci commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# CumulusCI | |
alias ccfi='cci flow info' | |
alias ccfl='cci flow list' | |
alias ccfr='cci flow run' | |
alias ccob='cci org browser' | |
alias ccoc='cci org connect' | |
alias ccod='cci org default' | |
alias ccoi='cci org info' | |
alias ccol='cci org list' | |
alias ccor='cci org remove' | |
alias ccos='cci org scratch' | |
alias ccsd='cci org scratch_delete' | |
alias ccrm='cci org scratch_delete' | |
alias ccpc='cci project cd' | |
alias ccpd='cci project dependencies' | |
alias ccpi='cci project info' | |
alias ccpl='cci project list' | |
alias ccsc='cci service connect' | |
alias ccsl='cci service list' | |
alias ccss='cci service show' | |
alias cctd='cci task doc' | |
alias ccti='cci task info' | |
alias cctl='cci task list' | |
alias cctr='cci task run' | |
alias ccupg='pip install --upgrade cumulusci' | |
alias cccd='pyenv activate cci-dev' | |
alias pycd='pyenv activate cci-dev' | |
# SFDX | |
alias dx_limits='sfdx force:limits:api:display -u devhub' | |
# sfdo | |
alias exs='exec $SHELL' | |
alias vcum='vim cumulusci.yml' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is how I have my common dx aliases