v1.2.1 - License Management & Usage Tracking
What's New?
GitSet CLI now includes a comprehensive license management system and usage tracking capabilities, enabling both free and professional usage tiers. This update introduces a seamless way to activate pro licenses, monitor usage, and manage subscription status directly from the CLI.
Major Changes
- New license management system with
gitset activate
- Usage tracking and quota monitoring
- Free tier with 10 requests per month
- Pro tier with unlimited usage
- Cross-platform configuration storage
- Enhanced error handling and user feedback
Features
License Management
- Simple license activation workflow
- Secure license key storage
- License status verification
- Usage quota monitoring
- Plan-specific features
- Automatic renewal tracking
Usage Tracking
- Request counting and limits
- Usage statistics via
gitset status
- Quota reset date tracking
- Clear usage notifications
- Rate limit handling
- Usage optimization suggestions
Installation
npm install -g @gitset-dev/cli@1.2.1
New Commands
gitset activate <key>
- Activate pro licensegitset status
- Check license and usagegitset deactivate
- Remove licensegitset help
- Enhanced help system
What's Changed
- feat(cli): Add license management system by @imprvhub in https://github.com/gitset-dev/gitset-cli/pull/4
- feat(cli): Implement usage tracking and quotas by @imprvhub in https://github.com/gitset-dev/gitset-cli/pull/5
- docs(readme): Update documentation for license management by @imprvhub in https://github.com/gitset-dev/gitset-cli/pull/6
Full Changelog: v1.1.0...v1.2.1