Searched full:gcloud (Results 1 – 25 of 85) sorted by relevance
1234
4 echo "Skipping gcloud setup for PR because api keys are not available from forks."7 echo $GCLOUD_SERVICE_KEY | base64 --decode --ignore-garbage > ${HOME}/gcloud-service-key.json8 …/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-182.0.0-linux-x86_64.tar.gz -o gcloud.tar.gz9 tar xzf gcloud.tar.gz -C ${HOME}11 gcloud auth activate-service-account --key-file ${HOME}/gcloud-service-key.json12 # - gcloud components update13 gcloud config set project lottie-snapshots
4 echo "Skipping gcloud run for PR because api keys are not available from forks."11 …/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-209.0.0-linux-x86_64.tar.gz -o gcloud.tar.gz12 tar xzf gcloud.tar.gz -C ${HOME}15 echo $GCLOUD_SERVICE_KEY | base64 --decode --ignore-garbage > ${HOME}/.cache/gcloud-service-key.json16 gcloud auth activate-service-account --key-file ${HOME}/.cache/gcloud-service-key.json17 gcloud config set project lottie-snapshots21 gcloud firebase test android run --no-auto-google-login --type instrumentation --device model=Nexus…
44 # Check that gcloud and gsutil binaries are available.45 GCLOUD_BIN="/var/gcloud/google-cloud-sdk/bin/gcloud"47 die "ERROR: Unable to find gcloud at path ${GCLOUD_BIN}"50 GSUTIL_BIN="/var/gcloud/google-cloud-sdk/bin/gsutil"55 # Check environment variable for gcloud credentials57 die "ERROR: Required gcloud environment variable "\85 # First, activate gcloud service account88 die "ERROR: Failed to activate gcloud service account with JSON key file"
85 # Run the docker image with the GCS key file mapped and the gcloud-required88 -v ${GCLOUD_JSON_KEY_PATH}:/gcloud-key.json \89 -e "GOOGLE_APPLICATION_CREDENTIALS=/gcloud-key.json" \
41 if ! gcloud pubsub topics describe $topic --project $project ;43 gcloud pubsub topics create $topic \55 if gcloud scheduler jobs describe $scheduler_name --project $project ;57 gcloud scheduler jobs update pubsub $scheduler_name \63 gcloud scheduler jobs create pubsub $scheduler_name \77 gcloud functions deploy $name \158 gcloud datastore indexes create index.yaml --project $PROJECT_ID
21 gcloud app services delete $KOKORO_GAE_SERVICE --version $KOKORO_GAE_APP_VERSION --quiet36 if ! gcloud app versions describe "$DUMMY_DEFAULT_VERSION" --service="$KOKORO_GAE_SERVICE"; then52 # https://cloud.google.com/sdk/gcloud/reference/topic/datetimes53 gcloud app versions list --format="get(version.id)" --filter="service=$KOKORO_GAE_SERVICE AND NOT v…
19 # scripting gcloud and also for updates.36 # an existing gcloud configuration in $HOME/.config/gcloud39 gcloud_exe = os.path.join(target_dir, 'bin', 'gcloud')52 # As of gcloud v250.0.0 and Cloud Firestore Emulator v1.4.6, there is a bug
53 """Login to Google Cloud service for gcloud command to run.62 # gcloud auth activate-service-account --key-file ~/key.json63 utils.run('gcloud auth login', stdout_tee=sys.stdout,124 utils.run('gcloud config set project %s -q' % project)125 cmd = ('gcloud sql instances patch %s --authorized-networks %s '155 help='Fetch IPs without updating allowlists in gcloud.')
10 - Install the Google Cloud SDK and ensure that `gcloud` is in the path13 - Associate your `gcloud` environment with your app:16 $ gcloud auth login19 $ gcloud config set project PROJECT_ID
19 # scripting gcloud and also for updates.36 # an existing gcloud configuration in $HOME/.config/gcloud39 gcloud_exe = os.path.join(target_dir, 'bin', 'gcloud')
69 gcloud compute --quiet --project=${PROJECT} \71 gcloud compute --quiet --project=${PROJECT} \100 gcloud compute --project=${PROJECT} \114 gcloud compute --quiet --project=${PROJECT} \128 gcloud compute --quiet \135 gcloud compute --quiet \
20 gcloud --account $(USER)@google.com \24 gcloud compute \30 gcloud compute \
23 gcloud app deploy -q app.yaml queue.yaml cron.yaml \29 gcloud app instances delete \30 …$(shell gcloud app instances list --project ${PROJECT} -v ${GAE_VERSION} -s default | tail -n1 | a…
27 gcloud compute instances create "$INSTANCE_NAME" \40 gcloud compute copy-files \45 gcloud compute ssh \
28 gcloud compute instances create "$INSTANCE_NAME" \41 gcloud compute copy-files \46 gcloud compute ssh \
30 gcloud compute instances create "$INSTANCE_NAME" \42 gcloud compute copy-files \47 gcloud compute ssh \
32 gcloud compute instances create "$INSTANCE_NAME" \45 gcloud compute copy-files \50 gcloud compute ssh \
37 gcloud compute disks create "$TMP_DISK_NAME" \48 gcloud compute instances create "$INSTANCE_NAME" \
46 // The environment variable which can override '~/.config/gcloud' if set.54 // The default path to the gcloud config folder, relative to the home folder.55 constexpr char kGCloudConfigFolder[] = ".config/gcloud/";57 // The name of the well-known credentials JSON file in the gcloud config folder.98 /// Returns the well known file produced by command 'gcloud auth login'.118 "Could not find the credentials file in the standard gcloud location."); in GetWellKnownFileName()
35 gcloud compute instances create "$INSTANCE_NAME" \48 gcloud compute copy-files \53 gcloud compute ssh \
14 - `gcloud container images list --repository gcr.io/grpc-testing` lists available images.15 …- `gcloud container images list-tags gcr.io/grpc-testing/grpc_interop_java` should show an image e…18 - `gcloud docker -- pull gcr.io/grpc-testing/grpc_interop_java:v1.9.9` followed by44 - Download docker image from GCR. For example: `gcloud docker -- pull gcr.io/grpc-testing/grpc_int…
14 - `gcloud beta container images list --repository gcr.io/grpc-testing` shows image repos.15 …- `gcloud beta container images list-tags gcr.io/grpc-testing/grpc_interop_java_oracle8` should sh…17 - `gcloud docker -- pull gcr.io/grpc-testing/grpc_interop_java_oracle8:v1.9.9` followed by45 - Download docker image from GCR. For example: `gcloud docker -- pull gcr.io/grpc-testing/grpc_int…
1 export OAUTH2CLIENT_TEST_JSON_KEY_PATH="tests/data/gcloud/application_default_credentials.json"4 export OAUTH2CLIENT_TEST_USER_KEY_PATH="tests/data/gcloud/application_default_credentials_authorize…
147 # <a href="/sdk/gcloud/reference/auth/activate-service-account">gcloud240 # <a href="/sdk/gcloud/reference/auth/activate-service-account">gcloud305 # <a href="/sdk/gcloud/reference/auth/activate-service-account">gcloud
33 - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master37 sudo env "PATH=$PATH" gcloud components install beta cloud-datastore-emulator