Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/bash_aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ function use.ahbode.prod { _use_aws_profile prod "$@"; }
function use.ahbode.root { _use_aws_profile sudo "$@"; }
function use.ahction.prod { _use_aws_profile prod "$@"; }
function use.whodis.prod { _use_aws_profile prod "$@"; }
function use.ehmpathy.test { _use_aws_profile test "$@"; }
function use.ehmpathy.demo { _use_aws_profile test "$@"; }
function use.ehmpathy.root { _use_aws_profile sudo "$@"; }

# ahbode 3rd-party credentials
alias use.ahbode.fastly='export FASTLY_API_KEY=$(op get item fastly.ahbode.apikey | jq -r .details.password)'
Expand Down