-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Here's typical output in the console from a deploy to app engine standard. About half of this is irrelevant to inaccurate for someone deploying in an IDE. Instead we should pop up a progress dialog, and ignore the lines like "add --promote if you also want to make this service available from" that don't apply to us.
---
## There is a new version of the SDK available.
Latest SDK:
Release: 1.9.42
Timestamp: Fri Jul 15 14:45:47 EDT 2016
API versions: [1.0]
---
Your SDK:
Release: 1.9.38
Timestamp: Mon May 02 13:54:17 EDT 2016
API versions: [1.0]
---
Please visit https://developers.google.com/appengine/downloads for the latest SDK.
---
Reading application configuration data...
Beginning interaction for module default...
0% Scanning for jsp files.
Success.
Temporary staging for module default directory left in /Users/demouser/workspace/.metadata/.plugins/com.google.cloud.tools.eclipse.appengine.deploy/tmp/1471442944896/staging
You are about to deploy the following services:
- hellobrowser/default/1 (from [/Users/demouser/workspace/.metadata/.plugins/com.google.cloud.tools.eclipse.appengine.deploy/tmp/1471442944896/staging/app.yaml])
Deployed URL: [https://1-dot-hellobrowser.appspot.com](add --promote if you also want to make this service available from
[https://hellobrowser.appspot.com])
Beginning deployment of service [default]...
File upload done.
Updating service [default]...
Updating service [default]...done.
Deployed service [default]
You can read logs from the command line by running:
$ gcloud app logs read
To view your application in the web browser run:
$ gcloud app browse
Reactions are currently unavailable