Usage
desc
You can use either command:
What it does
Thedescribe command reads your configuration file and displays the description for a specific preset. This helps you understand what a preset contains before installing it.
Examples
Describe a preset
When a preset has no description
Describe multiple presets
You can run the command multiple times to check several presets:When to use it
Usepm-auto describe when you:
- Want to understand what packages a preset includes before installing
- Need to verify you’re installing the correct preset
- Want to document or share information about a specific preset
- Are reviewing your configuration and need details on a particular preset
Example workflow
The
describe command only shows the description field from your config. To see the full preset configuration including all packages, flags, and versions, you’ll need to open your config file directly.If the config file path is not set or the file doesn’t exist, you’ll be prompted to run
pm-auto config <path> to set it up.