dashpub_cli 0.0.2
dashpub_cli: ^0.0.2 copied to clipboard
Official command-line companion tool for Dashpub. Dashpub is a private registry for Dart packages.
Changelog #
0.0.2 #
- Added comprehensive documentation and library exports.
- Added example usage script.
- Updated
archivedependency to^4.0.0. - Updated package description.
0.0.1 #
- Initial release of the Dashpub CLI companion.
- Implemented
logincommand with persistent token storage. - Implemented
publishcommand for uploading package archives to the registry. - Migrated to the unified
DashpubApiClientfor consistent communication. - Standardized environment variables and configuration patterns.