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

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

Bloom CLI #

pub package License: MIT

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


📦 Installation #

Activate bloom_cli globally using Dart:

dart pub global activate bloom_cli

Make sure your pub cache bin directory is added to your system PATH.


🛠️ Commands Overview #

# Create a new project
bloom create my_app

# Create using a starter template
bloom create my_store --template ecommerce

# Start local interactive dev orchestrator
bloom dev

# Health and environment diagnostics
bloom doctor
bloom doctor --ci

# Native module authoring and sandbox
bloom create module my_sensor
bloom module dev
bloom module test

# Manage dependencies & native autolinking
bloom add bloom_camera
bloom deps
bloom why bloom_camera

# Asset optimization pipeline
bloom assets optimize
bloom assets analyze
bloom assets generate

# Security & dependency vulnerability audit
bloom audit
bloom security scan

# Architectural explanation & graph visualization
bloom explain route /users/42
bloom graph

# Package registry search
bloom registry search

# Automated framework upgrades & AST migrations
bloom upgrade
bloom doctor --upgrade

📚 Documentation #

For complete command references and architectural guides, see the Bloom Documentation.

0
likes
0
points
818
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

#cli #developer-tools #flutter #framework

License

unknown (license)

Dependencies

analyzer, archive, args, crypto, dart_style, http, http_parser, image, meta, path, puppeteer, qr, xml, yaml, yaml_edit

More

Packages that depend on bloom_cli