# pier promote

> Make a target the primary of its app or site

URL: https://pier.run/docs/cli/reference/promote

```bash
pier promote <ref> [flags]
```

Make a target the primary of its app or site.

## Arguments

| Argument | Required | Description                                            |
| -------- | -------- | ------------------------------------------------------ |
| `<ref>`  | yes      | Target to make primary (name/target of an app or site) |

## Flags

| Flag          | Value | Default | Description              |
| ------------- | ----- | ------- | ------------------------ |
| `-y`, `--yes` |       |         | Skip confirmation prompt |

[Global flags](/docs/cli/reference#global-flags) apply to every command.
