# faros workspace

Workspaces of an organization, and who is in them

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

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

## Synopsis

A workspace is the Kubernetes-style API you work in: edges, providers and
their resources live there, and access is per workspace.

```bash
faros workspace list                      # workspaces in the current org
faros workspace list --org acme
faros workspace members                   # members of the current workspace
faros workspace members --workspace platform
faros workspace create "Platform"
faros use --workspace platform            # make it the kubectl target
```

## Options

```text
  -h, --help               help for workspace
      --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)
```

## 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 workspace create](https://faros.sh/docs/reference/cli/commands/workspace-create/) — Create a workspace in an organization
- [faros workspace list](https://faros.sh/docs/reference/cli/commands/workspace-list/) — List the workspaces of an organization
- [faros workspace members](https://faros.sh/docs/reference/cli/commands/workspace-members/) — List and change who has access to the workspace
