Command-line interface for Google Cloud Platform products and services
Google Cloud SDK is a set of tools for Google Cloud Platform. It contains gcloud, gsutil, and bq command-line tools, which you can use to access Compute Engine, Cloud Storage, BigQuery, and other products and services from the command-line. You can run these tools interactively or in your automated scripts.
Google Cloud SDK is a set of tools for Google Cloud Platform. It contains gcloud, gsutil, and bq command-line tools, which you can use to access Compute Engine, Cloud Storage, BigQuery, and other products and services from the command-line. You can run these tools interactively or in your automated scripts.
To install google-cloud-sdk, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install google-cloud-sdk
To see what files were installed by google-cloud-sdk, run:
port contents google-cloud-sdk
To later upgrade google-cloud-sdk, run:
sudo port selfupdate && sudo port upgrade google-cloud-sdk
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.