odigos cloud

Manage the connection of the cluster to Odigos cloud

Synopsis

This command can be used to interact with the Odigos cloud service.

odigos cloud [flags]

Examples


# Install Odigos cloud
odigos install -k <API_KEY>

# Connect existing Odigos installation to Odigos cloud
odigos cloud login -k <API_KEY>

# Update the api key for an existing Odigos cloud installation
odigos cloud update -k <API_KEY>

# Logout from Odigos cloud
odigos cloud logout

Options

  -h, --help   help for cloud

Options inherited from parent commands

      --kube-context string   (optional) name of the kubeconfig context to use
      --kubeconfig string     (optional) absolute path to the kubeconfig file (default "KUBECONFIG")

SEE ALSO