File tree Expand file tree Collapse file tree 14 files changed +22
-22
lines changed Expand file tree Collapse file tree 14 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ and set it as an environment variable in [`appengine-web.xml`](src/main/webapp/W
14
14
15
15
## Running locally
16
16
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 ) .
18
18
To run this sample locally:
19
19
20
20
$ mvn appengine:run
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Engine][ae-docs].
12
12
13
13
## Running locally
14
14
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 ) .
16
16
To run this sample locally:
17
17
18
18
$ mvn appengine:run
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ Moves the Bigtable Hello World application to Google App Engine Standard for Jav
10
10
* [ Java 21] ( http://www.oracle.com/technetwork/java/javase/downloads/index.html )
11
11
* [ Maven] ( https://maven.apache.org/download.cgi ) (at least 3.3.9)
12
12
* [ 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)
14
14
15
- Initialize the Google Cloud SDK using:
15
+ Initialize the Google Cloud CLI using:
16
16
17
17
gcloud init
18
18
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ from [Google App Engine standard environment][ae-docs].
13
13
## Running locally
14
14
15
15
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 ) .
17
17
To run this sample locally:
18
18
19
19
$ mvn appengine:run
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ for realtime notifications when the board changes.
13
13
## Prerequisites
14
14
15
15
* Install [ Apache Maven] [ maven ] 3.5.0 or later
16
- * Install the [ Google Cloud SDK ] [ sdk ]
16
+ * Install the [ Google Cloud CLI ] [ sdk ]
17
17
* Create a project in the [ Firebase Console] [ fb-console ]
18
18
* In the [ Overview section] [ fb-overview ] of the Firebase console, click 'Add
19
19
Firebase to your web app' and replace the contents of the file
@@ -36,9 +36,9 @@ mvn appengine:run
36
36
37
37
## Troubleshooting
38
38
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
42
42
you prefer it not to be, you can also set the environment variable
43
43
` GOOGLE_CLOUD_SDK_HOME ` to point to where you installed the SDK:
44
44
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ detailed instructions.
11
11
12
12
* [ Java 21] ( https://www.oracle.com/java/technologies/downloads/ )
13
13
* [ 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)
15
15
16
16
## Setup
17
17
18
- • Download and initialize the [ Cloud SDK ] ( https://cloud.google.com/sdk/ )
18
+ • Download and initialize the [ Cloud CLI ] ( https://cloud.google.com/sdk/ )
19
19
20
20
```
21
21
gcloud init
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Engine][ae-docs].
8
8
9
9
## Setup
10
10
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:
12
12
```
13
13
gcloud init
14
14
```
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ detailed instructions.
12
12
13
13
## Modify the app
14
14
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
16
16
17
17
$ gsutil mb YOUR-PROJECT-ID.appspot.com
18
18
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Engine][ae-docs].
15
15
16
16
## Running locally
17
17
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 ) .
19
19
To run this sample locally:
20
20
21
21
mvn appengine:run
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ from [Google App Engine standard environment][ae-docs].
11
11
12
12
13
13
## 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:
15
15
```
16
16
gcloud init
17
17
```
You can’t perform that action at this time.
0 commit comments