# faros edge create

Create an edge and print its join command

Source: https://faros.sh/docs/reference/cli/commands/edge-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 edge create <name> [flags]
```

## Options

```text
  -h, --help                    help for create
      --labels stringToString   Labels for this edge (key=value pairs) (default [])
      --type string             Edge type: kubernetes, server (Linux host with SSH) or macos (macOS service host) (default "kubernetes")
```

## 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 edge](https://faros.sh/docs/reference/cli/commands/edge/) — Create, list, inspect and remove edges (clusters and servers)
