Skip to content
faros Docs
Sections
Open console

Enter a topic to search documentation.

    faros workspace members

    List and change who has access to the workspace

    Synopsis

    Membership is the RBAC unit of a faros workspace: every member is either an admin (may manage members and settings) or a member. Admins of an organization can manage every workspace in it.

    Terminal
    faros workspace members                     # who has access, and as what
    faros workspace members add [email protected] --role member
    faros workspace members add [email protected] --role admin --invite   # not signed up yet
    faros workspace members set-role [email protected] admin
    faros workspace members remove [email protected]

    Terminal
    faros workspace members [flags]

    Options

    TEXT
      -h, --help            help for list
      -o, --output string   Output format: json, yaml, name

    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)
          --org string                 Organization display name or UUID (default: the org that owns the kubeconfig's workspace)
          --workspace string           Workspace display name or UUID (default: the workspace the kubeconfig points at)

    See also