Go Cloud
The Go Cloud Development Kit (Go CDK): A library and tools for open cloud development in Go. ## Commands
help- Helprun- Runinfo- Infostatus- Status
Features
- Core functionality from google/cloud-sdk
Usage
Run any command: cloud-sdk <command> [args]
💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com
Examples
# Show help
cloud-sdk help
# Run
cloud-sdk run
- Run
cloud-sdk helpfor all commands
When to Use
- as part of a larger automation pipeline
- when you need quick cloud sdk from the command line
Output
Returns summaries to stdout. Redirect to a file with cloud-sdk run > output.txt.
Configuration
Set CLOUD_SDK_DIR environment variable to change the data directory. Default: ~/.local/share/cloud-sdk/