# pier info

> One resource in full: an app or site with its targets, one target, a Postgres, bucket, volume or domain

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

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

One resource in full: an app or site with its targets, one target, a Postgres, bucket, volume or domain.

## Arguments

| Argument | Required | Description                                                            |
| -------- | -------- | ---------------------------------------------------------------------- |
| `<ref>`  | no       | Resource to show (name, name/target, or a custom domain); omit to pick |

## Flags

| Flag     | Value    | Default | Description                                                                          |
| -------- | -------- | ------- | ------------------------------------------------------------------------------------ |
| `--type` | `STRING` |         | Disambiguate a name shared by several kinds: app, site, pg, bucket, volume or domain |

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