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 do provide Windows binaries for installing acoud
, however have not yet provided any public documentation for installation.
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>