# faros edge upgrade

Print upgrade instructions for an edge agent

Source: https://faros.sh/docs/reference/cli/commands/edge-upgrade/

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

## Synopsis

Print upgrade instructions for a named edge agent.

The command detects whether the edge is a Kubernetes (Helm) or server (binary)
deployment and prints the appropriate upgrade steps. If the agent is already
running the same version as this CLI binary, it reports that the agent is
up to date.

```bash
faros edge upgrade <name> [flags]
```

## Options

```text
  -h, --help   help for upgrade
```

## 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)
