Install and Configure Omnictl
A guide on installing and configuring `omnictl` for Omni.
Download omnictl
and omniconfig
from the Omni dashboard.
The downloaded binary will be named according the the selected platform and architecture (e.g. omnictl-linux-amd64
). It is left as an exercise to the user to move the downloaded binary into your PATH
and make it executable. This guide assumes the downloaded binary is has been renamed omnictl
.
For example, to do so on a mac:
Add the downloaded omniconfig.yaml
to the default location to use it with omnictl
:
If you would like to merge the omniconfig.yaml
with an existing configuration, use the following command:
List the contexts to verify that the omniconfig
was added:
Run omnictl
for the first time to perform initial authentication using a web browser:
If the browser window does not open automatically, it can be opened manually by copying and pasting the URL into a web browser:Copy
Last updated