This project contains sources for API Console website.
It consists of 3 services:
- Application www page
- Demo page with usage examples
- Documentation service
All is bundled in a container and hosted on GKE.
npm run build:app
npm run build:demo
npm run build:docs
Bump project version before building and deploying new version.
npm run gke:build
npm run gke:deploy
You need to have access to Google's api-console-a6952
project or change
script's body to use different project.
Go to cloud console and select Rolling update from Actions menu. Roll out new version of the application for each container.