Skip to content

Commit 935c302

Browse files
committed
Rename to Cloud CLI
1 parent f428385 commit 935c302

File tree

14 files changed

+22
-22
lines changed

14 files changed

+22
-22
lines changed

appengine-java21/analytics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and set it as an environment variable in [`appengine-web.xml`](src/main/webapp/W
1414

1515
## Running locally
1616
This example uses the
17-
[Maven Cloud SDK based plugin](https://cloud.google.com/appengine/docs/java/tools/using-maven).
17+
[Maven Cloud CLI based plugin](https://cloud.google.com/appengine/docs/java/tools/using-maven).
1818
To run this sample locally:
1919

2020
$ mvn appengine:run

appengine-java21/appidentity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Engine][ae-docs].
1212

1313
## Running locally
1414
This example uses the
15-
[Maven Cloud SDK based plugin](https://cloud.google.com/appengine/docs/java/tools/using-maven).
15+
[Maven Cloud CLI based plugin](https://cloud.google.com/appengine/docs/java/tools/using-maven).
1616
To run this sample locally:
1717

1818
$ mvn appengine:run

appengine-java21/bigtable/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Moves the Bigtable Hello World application to Google App Engine Standard for Jav
1010
* [Java 21](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
1111
* [Maven](https://maven.apache.org/download.cgi) (at least 3.3.9)
1212
* [Gradle](https://gradle.org)
13-
* [Google Cloud SDK](https://cloud.google.com/sdk/) (aka gcloud)
13+
* [Google Cloud CLI](https://cloud.google.com/sdk/) (aka gcloud)
1414

15-
Initialize the Google Cloud SDK using:
15+
Initialize the Google Cloud CLI using:
1616

1717
gcloud init
1818

appengine-java21/datastore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ from [Google App Engine standard environment][ae-docs].
1313
## Running locally
1414

1515
This example uses the
16-
[Cloud SDK Maven plugin](https://cloud.google.com/appengine/docs/java/tools/using-maven).
16+
[Cloud CLI Maven plugin](https://cloud.google.com/appengine/docs/java/tools/using-maven).
1717
To run this sample locally:
1818

1919
$ mvn appengine:run

appengine-java21/firebase-tictactoe/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ for realtime notifications when the board changes.
1313
## Prerequisites
1414

1515
* Install [Apache Maven][maven] 3.5.0 or later
16-
* Install the [Google Cloud SDK][sdk]
16+
* Install the [Google Cloud CLI][sdk]
1717
* Create a project in the [Firebase Console][fb-console]
1818
* In the [Overview section][fb-overview] of the Firebase console, click 'Add
1919
Firebase to your web app' and replace the contents of the file
@@ -36,9 +36,9 @@ mvn appengine:run
3636

3737
## Troubleshooting
3838

39-
* If you see the error `Google Cloud SDK path was not provided ...`:
40-
* Make sure you've installed the [Google Cloud SDK][sdk]
41-
* Make sure the Google Cloud SDK's `bin/` directory is in your `PATH`. If
39+
* If you see the error `Google Cloud CLI path was not provided ...`:
40+
* Make sure you've installed the [Google Cloud CLI][sdk]
41+
* Make sure the Google Cloud CLI's `bin/` directory is in your `PATH`. If
4242
you prefer it not to be, you can also set the environment variable
4343
`GOOGLE_CLOUD_SDK_HOME` to point to where you installed the SDK:
4444

appengine-java21/helloworld/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ detailed instructions.
1111

1212
* [Java 21](https://www.oracle.com/java/technologies/downloads/)
1313
* [Maven](https://maven.apache.org/download.cgi) (at least 3.5)
14-
* [Google Cloud SDK](https://cloud.google.com/sdk/) (aka gcloud)
14+
* [Google Cloud CLI](https://cloud.google.com/sdk/) (aka gcloud)
1515

1616
## Setup
1717

18-
• Download and initialize the [Cloud SDK](https://cloud.google.com/sdk/)
18+
• Download and initialize the [Cloud CLI](https://cloud.google.com/sdk/)
1919

2020
```
2121
gcloud init

appengine-java21/iap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Engine][ae-docs].
88

99
## Setup
1010

11-
Install the [Google Cloud SDK](https://cloud.google.com/sdk/) and run:
11+
Install the [Google Cloud CLI](https://cloud.google.com/sdk/) and run:
1212
```
1313
gcloud init
1414
```

appengine-java21/images/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ detailed instructions.
1212

1313
## Modify the app
1414

15-
Using the [Google Cloud SDK](https://cloud.google.com/sdk/) create a bucket
15+
Using the [Google Cloud CLI](https://cloud.google.com/sdk/) create a bucket
1616

1717
$ gsutil mb YOUR-PROJECT-ID.appspot.com
1818

appengine-java21/requests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Engine][ae-docs].
1515

1616
## Running locally
1717
This example uses the
18-
[Cloud SDK Maven plugin](https://cloud.google.com/appengine/docs/java/tools/using-maven).
18+
[Cloud CLI Maven plugin](https://cloud.google.com/appengine/docs/java/tools/using-maven).
1919
To run this sample locally:
2020

2121
mvn appengine:run

appengine-java21/spanner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ from [Google App Engine standard environment][ae-docs].
1111

1212

1313
## Setup
14-
- Install the [Google Cloud SDK](https://cloud.google.com/sdk/) and run:
14+
- Install the [Google Cloud CLI](https://cloud.google.com/sdk/) and run:
1515
```
1616
gcloud init
1717
```

0 commit comments

Comments
 (0)