Overview
Theuipro update command updates your UI/UX Pro Max installation to the latest version. It checks for the newest release and reinstalls the skill files with the latest features, data, and improvements.
Syntax
Options
Specify the AI assistant type to update. Valid values:
claude- Claude Codecursor- Cursorwindsurf- Windsurfantigravity- Antigravity Kitcopilot- GitHub Copilotkiro- Kiroroocode- Roo Codecodex- Codexqoder- Qodergemini- Google Geminitrae- Traeopencode- OpenCodecontinue- Continuecodebuddy- CodeBuddydroid- Droid (Factory)all- Update all platforms
How It Works
The update command performs the following steps:- Check Latest Release - Fetches the latest version from GitHub
- Display Version - Shows the latest available version
- Reinstall - Runs
uipro initwith--forceflag to overwrite existing files
uipro update is equivalent to:
Examples
Basic Update
Update with auto-detection:Update Specific Platform
Update for Cursor without prompting:Update All Platforms
Update installations for all AI assistants:Update Frequency
Recommended update schedule:- Monthly - Check for new features and design data
- After Major Releases - Get breaking changes and improvements
- When Issues Arise - Fix bugs and resolve problems
Check Current Version
To see your currently installed CLI version:Check Available Versions
To see all available versions:Error Scenarios
GitHub API Rate Limit
uipro init --force to update using template generation.
Network Connection Error
When updating without internet connection:uipro init --force --offline to update using bundled assets.
Invalid AI Type
Behavior Details
Force Overwrite
The update command automatically uses the--force flag, which means:
- Existing files will be overwritten
- No confirmation prompt for overwrites
- Previous customizations will be lost
Update vs Init
The only differences betweenuipro update and uipro init:
| Feature | uipro init | uipro update |
|---|---|---|
| Checks latest version | No | Yes |
| Shows version info | No | Yes |
| Force overwrites | Optional (--force) | Always |
| Purpose | First install | Update existing |
Troubleshooting
Update Not Taking Effect
If changes don’t appear after updating:- Restart your AI assistant - Skills only reload on restart
- Clear cache - Some platforms cache skill files
- Verify files - Check that files were actually updated:
Partial Update Failure
If update partially completes:Permission Issues
If you encounter permission errors:CLI Version Out of Date
If your CLI is outdated, update it first:What Gets Updated
When you runuipro update, the following components are updated:
Design Databases
- Product type recommendations
- UI style guides with AI prompts
- Color palettes
- Typography pairings
- Landing page structures
- Chart type recommendations
- UX best practices
Scripts
- Search engine improvements
- Performance optimizations
- Bug fixes
Templates
- Skill instructions
- Workflow definitions
- Platform configurations
Stack Guidelines
- Framework-specific best practices
- Component library patterns
- New stack support
Next Steps
After updating:- Restart your AI assistant - Load the updated skill
- Test functionality - Verify the update worked
- Check changelog - See what’s new in the release
- Report issues - If something broke, file a GitHub issue
See Also
- uipro init - Initial installation
- uipro versions - List available versions
- Domain Search - Using the search tool
- GitHub Releases - View changelog