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

Command-line interface for SMF release automation.

example/README.md

Example #

Install the CLI globally, then run it from a Flutter application:

dart install smf_cli
cd path/to/flutter_app
smf init
smf validate
smf release --phase pull-request
smf release --phase release-candidate
# Test and merge the generated release PR, then update the target branch.
smf release --phase ship

Add --no-github-actions to smf init when the release will be operated only through these CLI commands.

Follow CLI setup before creating a release or running a shipping command.

0
likes
160
points
378
downloads

Documentation

API reference

Publisher

verified publisherventairy.com

Weekly Downloads

Command-line interface for SMF release automation.

Repository (GitHub)
View/report issues
Contributing

Topics

#cli #flutter #release

License

Apache-2.0 (license)

Dependencies

args, path, pub_semver, smf_engine

More

Packages that depend on smf_cli