Skip to content

Commit

Permalink
add list_deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
johnko committed Apr 7, 2019
1 parent f84c9b7 commit 946e4ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .zsh_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ alias list_projects="gcloud projects list --format=\"value(PROJECT_ID,PROJECT_NU
alias list_orgs="gcloud organizations list --format=\"value(DISPLAY_NAME,ID,DIRECTORY_CUSTOMER_ID)\""
alias list_org_policies="gcloud beta resource-manager org-policies list --organization \"$(gcloud organizations list --format="value(ID)")\""
alias list_service_apis="gcloud services list --format=\"value(NAME)\""
alias list_deployments="gcloud deployment-manager deployments list"
generate_project_id() {
echo "${1}-$( echo -n "${1}" | md5 | cut -c1-3 )"
}

0 comments on commit 946e4ae

Please sign in to comment.