Metadata-Version: 2.1
Name: simple-gcp-project-switcher
Version: 0.1.7
Summary: A simple GCP project switcher
License: MIT
Author: Guillaume W
Author-email: guillaume.luc.wagner@gmail.com
Requires-Python: >=3,<4
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# Simple GCP Project Project Switcher

Have you ever struggled to switch between GCP projects locally ?
Here is a simple CLI to switch between GCP projects easily.


## Requirements

GCLOUD SDK has to be installed on your machine and you have to be logged in

## Usage

If you want to list all projects
```
pswitch
```

If you want to search for a specific term in the project name or id

```
pswitch searchTerm
```


