# faros org

Organizations you belong to, and who is in them

Source: https://faros.sh/docs/reference/cli/commands/org/

<!-- Generated by scripts/sync-cli-docs.py from faroshq/faros docs/cli. Do not edit by hand; run `make sync-cli-docs`. -->

## Synopsis

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

```bash
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

- [faros](https://faros.sh/docs/reference/cli/commands/) — faros: an open-source control plane for platform teams
- [faros org create](https://faros.sh/docs/reference/cli/commands/org-create/) — Create an organization (you become its admin)
- [faros org list](https://faros.sh/docs/reference/cli/commands/org-list/) — List the organizations you belong to
- [faros org members](https://faros.sh/docs/reference/cli/commands/org-members/) — List and change who has access to the organization
