Skip to content

Commit

Permalink
Merge #26455
Browse files Browse the repository at this point in the history
26455: scripts: add `gceworker.sh gcloud` r=mberhault a=tschottdorf

It is helpful to be able to run gcloud with the right project set up already.

Release note: None

Co-authored-by: Tobias Schottdorf <[email protected]>
  • Loading branch information
craig[bot] and tbg committed Jun 6, 2018
2 parents e9797b0 + 7c206ee commit 7c8d6f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/gceworker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ if [[ "${cmd}" ]]; then
fi

case "${cmd}" in
gcloud)
gcloud "$@"
;;
create)
echo -n "Enter your dev license key (if any): "
read cr_dev_license
Expand Down

0 comments on commit 7c8d6f6

Please sign in to comment.