Introduction
Use our acloud CLI to use your AME environments and clusters.
On this page
Installation
We currently only support MacOS and Linux installations through brew, although binaries are available for both Linux and Windows.
MacOS
Install acloud:
brew install avisi-cloud/tools/acloud
Linux
Please use the brew method for installation. We will update this in the future to include different methods of installation for Linux.
Windows
We currently support no public installation methods for Windows. If you wish to use acloud on Windows, you will need to install WSL and use brew.
Are you interested in using this on Windows? Please reach out to us.
Getting started
First log into acloud using your Avisi Cloud account;
acloud auth login --create-context
You can switch to your own organisation after login if needed;
acloud config use-organisation <your-org>
Now you are able to use acloud. List all clusters in your organistaion that you have access to;
acloud clusters get
Get the kubeconfig for your user for a specific cluster;
acloud kubeconfig get <cluster>