# faros org create

Create an organization (you become its admin)

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

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

```bash
faros org create <display-name> [flags]
```

## Options

```text
      --catalog-entry-creation string   Who may publish catalog entries: members or admin (default)
  -h, --help                            help for create
      --workspace-creation string       Who may create workspaces: members (default) or admin
```

## 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 one owning the current workspace)
```

## See also

- [faros org](https://faros.sh/docs/reference/cli/commands/org/) — Organizations you belong to, and who is in them
