# Info

> Retrieve information about a cloud content delivery entry from the current bucket.

Retrieve information about a cloud content delivery entry from the current bucket.

## Command

```text
ugs ccd entries info <entry-path> [options]
```

## Arguments

* `<entry-path>`: The path of the entry to retrieve information about.

## Options

| Option           | Alias                  | Description                                  |
| ---------------- | ---------------------- | -------------------------------------------- |
| environment-name | -e, --environment-name | The Unity environment name.                  |
| project-id       | -p, --project-id       | The Unity cloud project id.                  |
| version-id       | -v, --version-id       | Version ID of the entry.                     |
| bucket-name      | -b, --bucket-name      | The name of the bucket containing the entry. |
| help             | -?, -h, --help         | Display help and usage information.          |
| quiet            | -q, --quiet            | Reduce logging to a minimum.                 |
| json             | -j, --json             | Use JSON as the output format.               |
