An open API service indexing awesome lists of open source software.

https://github.com/rishabkumar7/gcloud-functions


https://github.com/rishabkumar7/gcloud-functions

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

          

# gcloud-functions

- Authenticate gcloud CLI locally
- Create new project
gcloud projects create PROJECT_ID --name="My App"
- Set the project ID
gcloud config set project PROJECT_ID
- # List billing accounts available
gcloud beta billing accounts list

# Link a billing account to project
gcloud beta billing projects link PROJECT_ID --billing-account=BILLING_ACCOUNT_I