Created
August 18, 2022 13:23
-
-
Save bbugh/b4038448496df5fc5a727c896a0ed46d to your computer and use it in GitHub Desktop.
Earthly aliases
This file contains hidden or 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
alias 'e'="earthly" | |
alias 'ealias'="alias | grep --color=never earthly" | |
alias 'ea'='earthly account' | |
alias 'eac'='earthly account create' | |
alias 'eah'='earthly account help' | |
alias 'eai'='earthly account invite' | |
alias 'ealp'='earthly account list-permissions' | |
alias 'eals'='earthly account ls' | |
alias 'ear'='earthly account revoke' | |
alias 'eb'='earthly build' | |
alias 'ebp'='earthly build --push' | |
alias 'ebnc'='earthly build --no-cache' | |
alias 'ebs'='earthly bootstrap' | |
alias 'ec'='earthly config' | |
alias 'eccsmb'='earthly config global.cache_size_mb' | |
alias 'eccspct'='earthly config global.cache_size_pct' | |
alias 'ece'='$EDITOR ~/.earthly/config.yml' | |
alias 'eh'='earthly --help' | |
alias 'els'='earthly ls' | |
alias 'elsl'='earthly ls --long' | |
alias 'eo'='earthly org' | |
alias 'eoc'='earthly org create' | |
alias 'eoh'='earthly org help' | |
alias 'eoi'='earthly org invite' | |
alias 'eolp'='earthly org list-permissions' | |
alias 'eols'='earthly org ls' | |
alias 'eor'='earthly org revoke' | |
alias 'ep'='earthly prune' | |
alias 'epa'='earthly prune --all' | |
alias 'epr'='earthly prune --reset' | |
alias 'esa'='earthly satellite' | |
alias 'esh'='earthly satellite help' | |
alias 'esi'='earthly satellite inspect' | |
alias 'esl'='earthly satellite launch' | |
alias 'esls'='earthly satellite ls' | |
alias 'esrm'='earthly satellite rm' | |
alias 'ess'='earthly satellite select' | |
alias 'esu'='earthly satellite unselect' | |
alias 'esc'='earthly secret' | |
alias 'escg'='earthly secret get' | |
alias 'esch'='earthly secret help' | |
alias 'escls'='earthly secret ls' | |
alias 'escrm'='earthly secret rm' | |
alias 'escs'='earthly secret set' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment