Installation
Install the CLI globally using npm:Getting Help
View all available commands:Command Categories
The PRPM CLI commands are organized into several categories:Package Discovery
- search - Search for packages in the registry
- info - View detailed information about a package
- trending - View trending packages
- popular - View all-time popular packages
- collections - Browse curated package collections
Package Management
- install - Install packages from the registry
- uninstall - Remove installed packages
- list - List all installed packages
- outdated - Check for outdated packages
- update - Update specific packages
- upgrade - Upgrade all packages to latest versions
Package Creation
- init - Initialize a new PRPM package
- catalog - Discover and catalog existing packages from directories
- publish - Publish a package to the registry
Local File Management
- index - Scan local directories and register prompt files
User Management
- login - Authenticate with the registry
- whoami - Display current user information
Configuration
- config - Manage CLI configuration
- telemetry - Manage telemetry settings
- schema - View or validate package schemas
Quick Start
-
Search for a package:
-
Install a package:
-
List installed packages:
-
Create a new package:
Common Workflows
Installing Your First Package
Creating and Publishing a Package
Managing Local Prompts
Global Options
Most commands support these global options:--help- Display help for the command--version- Display PRPM version--verbose- Show detailed output (where applicable)
Configuration
PRPM stores configuration in~/.prpmrc. You can edit this file directly or use the prpm config command.
Common configuration options:
- Registry URL
- Authentication tokens
- Default format preferences
- Telemetry settings
Next Steps
Command Reference
Explore all available commands in detail
Package Creation
Learn how to create and publish your own packages