archipelago_cli 1.1.0 copy "archipelago_cli: ^1.1.0" to clipboard
archipelago_cli: ^1.1.0 copied to clipboard

CLI toolkit for generating production-ready Flutter projects.

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 data wrapper in API response
  • Fix release workflows to use cli-X.X.X tag format instead of cli/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/tokensdashboard/cli-tokens
  • Fix homepage URL to point to archipelago.banuacoder.com
  • Add LICENSE and CHANGELOG.md (pub.dev requirements)
  • Fix install command in docs: archipelagoarchipelago_cli

1.0.0 #

  • Complete v2 rewrite of Archipelago CLI
  • Ephemeral JSON config flow for project creation
  • doctor command with system health checks and --fix auto-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. Removing bloc_test and update version of bloc and flutter_bloc

0.0.1-dev.7 #

  • Update configuration and rebuild flutter_modular_monorepo mason bundle
  • Update configuration and rebuild feature_monorepo_skeleton mason 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