All Projects → GoogleCloudPlatform → google-cloud-powershell

GoogleCloudPlatform / google-cloud-powershell

Licence: Apache-2.0 license
PowerShell cmdlets for the Google Cloud Platform

Programming Languages

C#
18002 projects
powershell
5483 projects

Projects that are alternatives of or similar to google-cloud-powershell

GoogleCloudLogging
Swift (Darwin) library for logging application events in Google Cloud.
Stars: ✭ 24 (-80%)
Mutual labels:  google-cloud
ImageToText
OCR with Google's AI technology (Cloud Vision API)
Stars: ✭ 30 (-75%)
Mutual labels:  google-cloud
iris3
An upgraded and improved version of the Iris automatic GCP-labeling project
Stars: ✭ 38 (-68.33%)
Mutual labels:  google-cloud
google-kubernetes-engine-plugin
The Google Kubernetes Engine (GKE) Plugin allows you to deploy build artifacts to Kubernetes clusters running in GKE with Jenkins.
Stars: ✭ 33 (-72.5%)
Mutual labels:  google-cloud
Php-Google-Vision-Api
Google Vision Api for PHP (https://cloud.google.com/vision/)
Stars: ✭ 61 (-49.17%)
Mutual labels:  google-cloud
cloud-cardboard-viewer
Build a Node.js & Angular 2 Web App using Google Cloud Platform
Stars: ✭ 23 (-80.83%)
Mutual labels:  google-cloud
K8s-Cluster-Provisioner-GCP-Terrafrom
This repo will seamlessly setup self managed Kubernetes cluster in GCP using Terraform and Kubespray.
Stars: ✭ 17 (-85.83%)
Mutual labels:  google-cloud
gtoken
Securely access AWS services from GKE cluster
Stars: ✭ 43 (-64.17%)
Mutual labels:  google-cloud
rust-goauth
Crate for authenticating Server to Server Apps for Google Cloud Engine.
Stars: ✭ 20 (-83.33%)
Mutual labels:  google-cloud
google-bigtable-postgres-fdw
Google Bigtable Postgres FDW in Rust
Stars: ✭ 37 (-69.17%)
Mutual labels:  google-cloud
datacatalog-tag-manager
Python package to manage Google Cloud Data Catalog tags, loading metadata from external sources -- currently supports the CSV file format
Stars: ✭ 17 (-85.83%)
Mutual labels:  google-cloud
cloud-pubsub
Google Cloud PubSub client in rust
Stars: ✭ 27 (-77.5%)
Mutual labels:  google-cloud
emulator-tools
Google Cloud BigTable and PubSub emulator tools to make development a breeze
Stars: ✭ 16 (-86.67%)
Mutual labels:  google-cloud
shuttlepdf
📃 Smashingly simple, and scalable ("serverless") HTML to PDF conversions using Google Cloud Functions, and Puppeteer.
Stars: ✭ 15 (-87.5%)
Mutual labels:  google-cloud
Cloud-Service-Providers-Free-Tier-Overview
Comparing the free tier offers of the major cloud providers like AWS, Azure, GCP, Oracle etc.
Stars: ✭ 226 (+88.33%)
Mutual labels:  google-cloud
gocloud
☁️ Go API for open cloud
Stars: ✭ 113 (-5.83%)
Mutual labels:  google-cloud
zorya
Google Cloud Instance Scheduler helping to reduce costs by 60% on average for non-production environments.
Stars: ✭ 127 (+5.83%)
Mutual labels:  google-cloud
stackdriver-to-discord
[Unmaintained] ⚙️ A simple Google Cloud Function in Go to transform / proxy Stackdriver Static Webhook notifications to Discord.
Stars: ✭ 18 (-85%)
Mutual labels:  google-cloud
activemodel-datastore
Ruby on Rails with Active Model and Google Cloud Datastore. Extracted from Agrimatics Aero.
Stars: ✭ 47 (-60.83%)
Mutual labels:  google-cloud
functions-framework-php
FaaS (Function as a service) framework for writing portable PHP functions
Stars: ✭ 186 (+55%)
Mutual labels:  google-cloud

Cloud Tools for PowerShell

Build status

This repository contains PowerShell cmdlets for interacting with the Google Cloud Platform. You can use Cloud Tools for PowerShell to manage your existing cloud resources or create new ones.

Installation

You can install Cloud Tools for PowerShell from the PowerShell gallery by running Install-Module GoogleCloud. When you first use the module, you will be prompted to install the Google Cloud SDK. Select yes and the module will download and install the SDK.

Alternatively, you can install the Google Cloud SDK directly by downloading and installing the installer (the instruction is in the link). Cloud Tools for PowerShell will be included in the SDK by default.

Cloud Tools for PowerShell uses your Cloud SDK credentials. So if you have not already, run gcloud auth login or gcloud init to login.

Documentation

You can learn more about Cloud Tools for PowerShell, with Quick Start and How-To guides, at https://cloud.google.com/powershell/.

You can see a full cmdlet reference at: https://googlecloudplatform.github.io/google-cloud-powershell/

Support

To get help on using these cmdlets, please log an issue with this project. While we will eventually be able to offer support on StackOverflow, but for now your best bet is to contact the dev team directly.

Patches are encouraged, and may be submitted by forking this project and submitting a Pull Request. See CONTRIBUTING.md for more information.

License

Apache 2.0. See LICENSE for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].