This project contains the Cloud9 IDE plugins to integrate with Google Cloud Platform.
- Default runners for building, running, and deploying to App Engine Managed VM.
- Custom project menu with deep link to Developers Console.
- Demo project can be downloaded to the workspace on first run.
- lib/CredentialServer.js: A server process that forwards API credentials
from the IDE to the
gcloud
command line utility. - lib/PBLiteStreamReader.js and lib/PBLiteStreamWriter.js: Stream
classes that read and write Google Protocol Buffer 2 messages in the PB-Lite
(JSON) format and transforms them into
protobuf.js
message objects. - bin/git-credential-c9-gcloud.sh: helper to wait for CredentialServer and block git commands until ready.
For user documentation, see https://docs.c9.io/docs/google
- The output window for deploy has no stop button and its output can become detached.
- Attempting to deploy a new project can lead to an error if the project is not connected to a Billing Account. This error message is combined with others and hard to find. Cloud9 should run a pre-check an warn the user if the current project is not configured for Billing.
- Extend terminal monitor to reload live preview when it sees certain messages
- Render Java package tree instead of directory/file tree
- Integrate Google Cloud Debugger for Java debugging
- Integrate
git commit; git push
into deployment flow - Add
hello-world
andwebsocket-chat
demo projects - Expose App Engine admin panel on port
:8081
GoogleCloudPlatform/gcloud-maven-plugin#74