opsgy
CLI for interacting with the Opsgy DevOps Suite.
For more info, visit: https://www.opsgy.com.
- Download the Opsgy binary from the Release page that corresponds with your system.
- Place the Opsgy binary somewhere on your
PATH
(eg./usr/local/bin/opsgy
) - Make the binary executable:
chmod +x /usr/local/bin/opsgy
- Login with your Opsgy account:
opsgy login
Now you're ready to use the opsgy
CLI.
To configure kubectl
, run: opsgy clusters login <cluster_name> --project=<project_name>