https://github.com/rishabkumar7/gcloud-functions
https://github.com/rishabkumar7/gcloud-functions
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rishabkumar7/gcloud-functions
- Owner: rishabkumar7
- Created: 2022-07-04T18:20:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-04T18:31:16.000Z (over 3 years ago)
- Last Synced: 2025-06-19T01:46:29.160Z (8 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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