archipelago_cli 1.3.0
archipelago_cli: ^1.3.0 copied to clipboard
CLI toolkit for generating production-ready Flutter projects.
1.3.0 #
- chore: bump web to 1.2.0 and cli to 1.3.0 (7ee5e87)
- fix: always generate data/enums for ui_kit_component, headless only controls base class (35a1553)
- style(cli): format bundle_service.dart (336f430)
- fix(cli): fix UpdateCheckResult return type in checkForUpdates (dae6a88)
- chore: clean up flutter_ui_component references after merge (a335087)
- feat: merge flutter_ui_component into ui_kit_component, add brick deprecation (f05c108)
1.2.5 #
- fix(cli): filter check-updates response by needs_update flag (a0ac064)
1.2.4 #
- feat(cli): add rotate-key command for manual key rotation (6e79035)
1.2.3 #
- fix(cli): sign requests with full URI path, fix rawData extraction (5e8fd6b)
1.2.2 #
- fix(cli): auto-rotate signing key on login when token has none (5d491ed)
1.2.1 #
- fix(cli): send both version and hash for brick update checks (92de456)
- chore(cli): bump version to 1.3.0 (b2d3f6f)
1.2.0 #
- chore: bump web to 1.1.0 and cli to 1.2.0 (baf43c7)
- feat(api): add request validation for CLI endpoints (41b9ed9)
1.1.4 #
- fix(cli): support universal (bzip2) bundle format (e566a18)
1.1.3 #
- fix(cli): fix brick slug mapping, download --all, and show cached size (7b08b61)
1.1.2 #
- fix(cli): handle absolute URLs in download and skip auth headers (d4e4d45)
1.1.1 #
- fix(ci): add GH_PAT to all tag-triggered checkouts, auto version+changelog (5dc6534)
- chore(cli): bump version to 1.2.0 (1646ac3)
1.1.0 #
- Fix auth session not persisting across commands (initialize was never called)
- Remove duplicate GitHub Release creation from cli-publish workflow
- Remove redundant cli-release workflow
1.0.2 #
- Fix token validation failing due to missing
datawrapper in API response - Fix release workflows to use
cli-X.X.Xtag format instead ofcli/vX.X.X
1.0.1 #
- Fix auth endpoint:
/auth/user→/cli/auth/verify - Fix HTTP method: GET → POST for auth verify
- Fix token URL:
dashboard/tokens→dashboard/cli-tokens - Fix homepage URL to point to archipelago.banuacoder.com
- Add LICENSE and CHANGELOG.md (pub.dev requirements)
- Fix install command in docs:
archipelago→archipelago_cli
1.0.0 #
- Complete v2 rewrite of Archipelago CLI
- Ephemeral JSON config flow for project creation
doctorcommand with system health checks and--fixauto-install- Brick management via Cloudflare R2 with tier-based access (Free/Pro/Enterprise)
- CLI authentication via browser-based OAuth flow
- Bundle caching with SHA-256 integrity verification
- Shell completion support (bash/zsh)
- Interactive branded UI with logo and progress indicators
0.0.1-dev.9 #
- Fix bundle missing exception by replacing universal bundle with dart bundle
0.0.1-dev.8 #
- Update dependency constraint in
flutter_modular_monorepo&feature_monorepo_skeleton. Removingbloc_testand update version ofblocandflutter_bloc
0.0.1-dev.7 #
- Update configuration and rebuild
flutter_modular_monorepomason bundle - Update configuration and rebuild
feature_monorepo_skeletonmason bundle
0.0.1-dev.6 #
- Fix wrong package path
0.0.1-dev.5 #
- Fix wrong file path
0.0.1-dev.4 #
- Fix missing mason bundle files
0.0.1-dev.3 #
- Fix minor bug in command runner
0.0.1-dev.2 #
- Fix typo in README
0.0.1-dev.1 #
- Initial release of Archipelago CLI