# faros dev

Manage development environment for faros

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

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

## Synopsis

Manage a development environment for faros using kind clusters.

This command provides subcommands to initialize, update and delete kind
clusters configured for faros.

## Options

```text
  -h, --help   help for dev
```

## 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 dev delete](https://faros.sh/docs/reference/cli/commands/dev-delete/) — Delete development environment
- [faros dev init](https://faros.sh/docs/reference/cli/commands/dev-init/) — Initialize a local faros environment (hub kind cluster + optional workers)
- [faros dev update](https://faros.sh/docs/reference/cli/commands/dev-update/) — Upgrade the faros-hub release on an existing local environment
