bloom_cli 0.2.0 copy "bloom_cli: ^0.2.0" to clipboard
bloom_cli: ^0.2.0 copied to clipboard

The official command-line interface for the Bloom application framework and developer platform.

Changelog #

0.2.0 #

Breaking #

  • bloom add and bloom remove now validate plugin names: an unrecognized name prints the supported plugin ids and exits with code 1, writing nothing to bloom.yaml and skipping prebuild. Previously any string was accepted and written straight to bloom.yaml, so a typo such as bloom add camrea reported success while silently configuring nothing.
  • Plugin names are canonicalized (trimmed, lowercased, - converted to _), so secure-storage, secure_storage and Secure-Storage all resolve to the single canonical id secure_storage, and that canonical id is what gets written to bloom.yaml.

Fixed #

  • Documented plugins received no prebuild transformations: the prebuild engines only recognized camera, notifications and location, so background_tasks never had WAKE_LOCK injected and the hyphenated spellings shown in the docs matched nothing at all. Plugin metadata now lives in a single shared BloomPluginCatalog read by both the Android and iOS prebuild engines and by bloom add / bloom remove, so the CLI and the platform manifests can no longer drift apart.

0.1.0 #

  • Project Creation & Templates: bloom create <app> with official and community starter templates (--template).
  • Interactive Dev Server: bloom dev with wireless LAN pairing and TUI shortcuts.
  • Diagnostics & Continuous CI Health: bloom doctor and strict bloom doctor --ci.
  • Zero-Config Native Autolinking: bloom add, bloom deps, bloom why, and bloom workspace.
  • Native Module Authoring & Sandbox: bloom create module, bloom module dev, and bloom module test.
  • Asset Optimization Pipeline: bloom assets optimize, bloom assets analyze, bloom assets generate.
  • Security & Vulnerability Auditing: bloom audit and bloom security scan.
  • Architectural Explanation: bloom explain route <path> and bloom graph.
  • Ecosystem Package Registry: bloom registry search and bloom registry info.
  • Automated Upgrades & Migrations: bloom upgrade and bloom doctor --upgrade.
0
likes
0
points
830
downloads

Publisher

unverified uploader

Weekly Downloads

The official command-line interface for the Bloom application framework and developer platform.

Homepage
Repository (GitHub)
View/report issues

Topics

#cli #developer-tools #flutter #framework

License

unknown (license)

Dependencies

archive, args, crypto, http, http_parser, image, path, qr, xml, yaml, yaml_edit

More

Packages that depend on bloom_cli