Skip to content

runai config

Description

Set a default Project or Cluster

Synopsis

runai  config project <project-name>
    [--loglevel value] 
    [--help | -h]

runai  config cluster <cluster-name>
    [--loglevel value] 
    [--help | -h]

Options

<project-name> - The name of the Project you want to set as default. Mandatory.

<cluster-name> - The name of the cluster you want to set as the current cluster. Mandatory.

Global Flags

--loglevel (string)

Set the logging level. One of: debug | info | warn | error (default "info").

--help | -h

Show help text.

Output

None