Aura Design System CLI

The Aura Design System CLI provides a comprehensive set of tools to manage your design system.

Note: Aura CLI requires pnpm as the package manager. Make sure you have pnpm installed on your system before running any commands.

bash
pnpm add -g @aura-design/cli@latest

Check available commands

bash
aura -h

This will display all available commands:

bash
Options:
  -h, --help        display help for command

Commands:
  init              Initialize Aura Design System in your project
  components        Manage components in the Aura Design System
  hooks             Manage hooks in the Aura Design System
  utils             Manage Utils in the Aura Design System
  css               CSS utilities for Aura Design System
  upgrade           Upgrade the Aura CLI to the latest version globally
  colors [options]  Generate Aura custom color CSS files
  themes            Theme utilities for Aura Design System
  help [command]    display help for command
Aura Design System CLI | Aura Design System