aideployer

install

curl https://aideployer.apps.peercy.net/install.sh | bash

use

$ cd project/
$ aideployer init
$ claude
$ aideployer deploy

connecting to nathan's cluster

  1. Nathan must grant you access
  2. Install the Google Cloud CLI: https://cloud.google.com/sdk/docs/install
  3. Run the following commands:
$ gcloud auth login
$ gcloud auth configure-docker
$ gcloud components install kubectl
$ gcloud components install gke-gcloud-auth-plugin
$ gcloud container clusters get-credentials aideployer-cluster --zone us-central1-a --project aideployer-project
$ aideployer list