From 87bce4bb4f4448336a5b7feabca23bf1747b9fda Mon Sep 17 00:00:00 2001 From: Geoffrey Gilmore Date: Tue, 16 Apr 2019 14:12:47 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 910324f..face0f4 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Run `yarn` so that you install all the necessary dependencies. - `yarn up`: creates a new GKE cluster and fetches the necessary credentials - `yarn destroy`: deletes a GKE cluster that was previously created with `yarn up` - `yarn auth`: fetch the credentials so that kubectl can speak to the cluster +- `yarn deauth`: remove the cluster's kubectl credentials - `yarn web`: opens the GCP page for your cluster in your webrowser ## Troubleshooting