faros org members
List and change who has access to the organization
Synopsis
Membership is the RBAC unit of a faros organization: every member is either an admin (may manage members and settings) or a member. Admins of an organization can manage every workspace in it.
faros org members # who has access, and as what
faros org members add [email protected] --role member
faros org members add [email protected] --role admin --invite # not signed up yet
faros org members set-role [email protected] admin
faros org members remove [email protected]faros org members [flags]Options
-h, --help help for list
-o, --output string Output format: json, yaml, nameInherited options
--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 one owning the current workspace)See also
- faros org — Organizations you belong to, and who is in them
- faros org members add — Add a member to the organization (admin only)
- faros org members list — List organization members
- faros org members remove — Remove a member from the organization (admin only)
- faros org members set-role — Change a member’s role in the organization (admin only)