> ## Documentation Index
> Fetch the complete documentation index at: https://ralphy.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ralphy assets

> Pull / list / clean assets from the ralphy-assets companion repo

## Summary

```bash theme={"dark"}
ralphy assets [options] [command]
```

**Example**

```bash theme={"dark"}
ralphy assets list
```

<Expandable title="Full reference">
  **Flags**

  | Flag         | Description              |
  | ------------ | ------------------------ |
  | `-h, --help` | display help for command |

  **All examples**

  ```bash theme={"dark"}
  ralphy assets list
  ralphy assets list --kind <kind>
  ralphy assets pull <template-slug>
  ralphy assets install <project-id> <template-slug>
  ralphy assets unpack ./brand.zip --project my-proj-001
  ```
</Expandable>
