Skip to content
faros Docs
Sections
Open console

Enter a topic to search documentation.

    faros org

    Organizations you belong to, and who is in them

    Synopsis

    An organization owns workspaces and members. You get a personal organization on first login; teams create shared ones.

    Terminal
    faros org list                      # your organizations and your role in each
    faros org members                   # members of the current organization
    faros org members --org acme        # …of another one you belong to
    faros org create "Acme"

    Options

    TEXT
      -h, --help         help for org
          --org string   Organization display name or UUID (default: the one owning the current workspace)

    Inherited options

    TEXT
          --insecure-skip-tls-verify   Skip TLS certificate verification when talking to the hub
          --kubeconfig string          Path to the kubeconfig file (default: $KUBECONFIG, then ~/.kube/config)

    See also