Skip to content

Commit

Permalink
fix alias
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrand committed May 30, 2022
1 parent c5f9dde commit 201e829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bosh-cli/profile
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ alias push='git pull --rebase ; git fetch --prune ; git push'
alias status='git status'
#--- Cli aliases
alias bosh-clean-prometheus-tasks='for var in $(bosh tasks | grep "queued" | grep "prometheus" | awk "{print $1}") ; do bosh cancel-task $var ; done'
alias bosh-clean-prometheus-tasks='for var in $(bosh tasks | grep "queued" | grep "prometheus" | sed -e "s+\t.*++g") ; do bosh cancel-task $var ; done'
alias bosh-task='function __bt() { bosh task $1 --debug | grep -vE " BEGIN| COMMIT| SELECT |INSERT INTO|DELETE FROM| UPDATE | WHERE |Renewing lock"; }; __bt'
alias credhub-get='function __cg() { log-credhub -i ; credhub get -n $1 -j | jq .value -r; }; __cg'
alias fly='fly -t concourse'
Expand Down

0 comments on commit 201e829

Please sign in to comment.