Skip to content

Instantly share code, notes, and snippets.

@jstvz
Last active December 12, 2019 23:48
Show Gist options
  • Save jstvz/ff647082e017aa8e48b850ee64edb31c to your computer and use it in GitHub Desktop.
Save jstvz/ff647082e017aa8e48b850ee64edb31c to your computer and use it in GitHub Desktop.
Shell aliases for cci commands
# 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'
@Julian88Tex
Copy link

@jstvz any harm in making this a repo so we can add to it? and/or maybe adding it to CumulusCI repo? seems useful enough to do so

@Julian88Tex
Copy link

this is how I have my common dx aliases

alias sfdxlim='sfdx force:limits:api:display -u devhub'
alias sfdxo='sfdx force:org:open'
alias sfdxl='sfdx force:org:list'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment