Chrome OS Lab inventory is a service which manages lab configs of all devices in ChromeOS.
Services maintained:
Run this for a devserver at http://localhost:8082:
make dev
To deploy staging, run the following:
# Upload and promote the Go service to staging make up-dev
To deploy production, run the following:
# Deploy the Go service to production without routing traffic to it make up-prod # Route all traffic to the uploaded Go service make switch-prod