widgetbook_cli 3.3.1 copy "widgetbook_cli: ^3.3.1" to clipboard
widgetbook_cli: ^3.3.1 copied to clipboard

CLI that can publish Widgetbook builds and reviews to Widgetbook Cloud.

3.3.1 #

  • FIX: base href replacement for older Flutter versions (#1247)

3.3.0 #

  • REFACTOR: Speed up the creation of build drafts, by reducing the payload size. (#1232)

3.2.0 #

  • REFACTOR: Upload build files directly to storage, bypassing Widgetbook Cloud's server. This enhancement ensures that builds are instantly available on Widgetbook Cloud upon completion of the cloud build push command, eliminating the need for additional processing. (#1229)

3.1.1 #

  • FIX: Reject builds without use-cases. (#1213)

3.1.0 #

  • BREAKING: Set minimum SDK version to 3.0.0. (#1030)
  • FEAT: Introduce new cloud build push command, and deprecate the old publish command. (#1153)
  • REFACTOR: Remove reviews feature in favor of the GitHub app. The --base-branch option has no effect anymore. For more info, check our docs for reviews. (#1155)

3.0.1 #

  • FIX: Handle null navPath generated by widgetbook_generator <= 3.2.0. (#1011)

3.0.0 #

  • Initial version 3 stable release.

3.0.0-rc.6 #

  • FIX: Send correct use-case name in reviews. (#998)

3.0.0-rc.5 #

  • BREAKING: Remove --github-token & --pr options from publish command. You can now use our GitHub App instead. (#982)

3.0.0-rc.4 #

  • BREAKING: Remove --git-provider option from publish command. (#913)
  • BREAKING: Remove --base-commit option from publish command. (#936)

3.0.0-rc.3 #

  • REFACTOR: ♻️ improved error handling. #831

3.0.0-rc.2 #

  • FIX: Include generated files. (#761)

3.0.0-rc.1 #

  • FEAT: Add Dart 3 and Flutter 3.10 support. (#676)
  • BREAKING: Drop Flutter 2 support. (#676)

3.0.0-beta.27 #

  • REFACTOR: ♻️ removed lint package from projects.
  • REFACTOR: ♻️ removed package analysis_options files.
  • REFACTOR: ♻️ warnings.
  • REFACTOR: ♻️ settings.
  • REFACTOR: ♻️ git usage.
  • FIX: use CI's commit environment variables (#608).
  • FIX: 🐛 use cases not found.
  • FIX: 🐛 skips most recent commit on base ref.
  • FIX: 🐛 identifying merge commits with incorrect keywords.
  • FIX: 🐛 provides wrong sha when running on GitHub action pull-requests.
  • FIX: 🐛 directing to incorrect route.
  • FIX: 🐛 upload of properties.
  • FIX: 🐛 fails pipeline when no generator files exist.
  • FIX: 🐛 reads actor and repository including newline.
  • FIX: 🐛 bad revision on git diff.
  • FIX: 🐛 CLI fails on environments without terminal.
  • FIX: 🐛 HttpClient connects to incorrect endpoint.
  • FIX: 🐛 UseCaseParser contains hard-coded branch name.
  • FIX: 🐛 ambiguous warning for no generator themes.
  • FIX: 🐛 rename cli to widgetbook.
  • FEAT: ✨ log number of use-cases.
  • FEAT: support for Codemagic.
  • FEAT: ✨ link to review.
  • FEAT: ✨ add designLink property.
  • FEAT: ✨ implement ci parser class to parse ci/cd runner information.
  • FEAT: comment link to review.
  • FEAT: ✨ improve markdown on PR comments.
  • FEAT: ✨ comment link to Build in PR.
  • FEAT: ✨ changed branch and commit argument to optional.
  • FEAT: 🔖 publish CLI to pub.dev.
  • DOCS: 📝 add pr and github-token args.
  • DOCS: 🐛 change relative links to global links.
  • DOCS: 📝 add documentation for CLI.

3.0.0-beta.26 #

  • REFACTOR: ♻️ settings.
  • REFACTOR: ♻️ git usage.
  • FIX: 🐛 use cases not found.
  • FIX: 🐛 skips most recent commit on base ref.
  • FIX: 🐛 identifying merge commits with incorrect keywords.
  • FIX: 🐛 provides wrong sha when running on GitHub action pull-requests.
  • FIX: 🐛 directing to incorrect route.
  • FIX: 🐛 upload of properties.
  • FIX: 🐛 fails pipeline when no generator files exist.
  • FIX: 🐛 reads actor and repository including newline.
  • FIX: 🐛 bad revision on git diff.
  • FIX: 🐛 CLI fails on environments without terminal.
  • FIX: 🐛 HttpClient connects to incorrect endpoint.
  • FIX: 🐛 UseCaseParser contains hard-coded branch name.
  • FIX: 🐛 ambiguous warning for no generator themes.
  • FIX: 🐛 rename cli to widgetbook.
  • FEAT: ✨ log number of use-cases.
  • FEAT: support for Codemagic.
  • FEAT: ✨ link to review.
  • FEAT: ✨ add designLink property.
  • FEAT: ✨ implement ci parser class to parse ci/cd runner information.
  • FEAT: comment link to review.
  • FEAT: ✨ improve markdown on PR comments.
  • FEAT: ✨ comment link to Build in PR.
  • FEAT: ✨ changed branch and commit argument to optional.
  • FEAT: 🔖 publish CLI to pub.dev.
  • DOCS: 📝 add pr and github-token args.
  • DOCS: 🐛 change relative links to global links.
  • DOCS: 📝 add documentation for CLI.

3.0.0-beta.25 #

  • FEAT: ✨ log number of use-cases.

3.0.0-beta.22 #

  • FEAT: support for Codemagic. (a2271e5f)

3.0.0-beta.21 #

  • FIX: 🐛 skips most recent commit on base ref. (1e23ec58)

3.0.0-beta.20 #

  • FIX: 🐛 identifying merge commits with incorrect keywords. (984f1bfb)

3.0.0-beta.19 #

  • REFACTOR: ♻️ settings. (254ebef6)
  • REFACTOR: ♻️ git usage. (4f5db511)
  • FIX: 🐛 provides wrong sha when running on GitHub action pull-requests. (2d2cf624)
  • FIX: 🐛 directing to incorrect route. (4e610cf8)
  • FIX: 🐛 upload of properties. (a9996bbd)
  • FIX: 🐛 fails pipeline when no generator files exist. (65ad1e67)
  • FIX: 🐛 reads actor and repository including newline. (3bc05624)
  • FIX: 🐛 bad revision on git diff. (7019e1a9)
  • FIX: 🐛 CLI fails on environments without terminal. (d5101d56)
  • FIX: 🐛 HttpClient connects to incorrect endpoint. (58dd870f)
  • FIX: 🐛 UseCaseParser contains hard-coded branch name. (8acf8db4)
  • FIX: 🐛 ambiguous warning for no generator themes. (fbc56b54)
  • FIX: 🐛 rename cli to widgetbook. (3819094e)
  • FEAT: ✨ link to review. (db2f239a)
  • FEAT: ✨ add designLink property. (daad8e9c)
  • FEAT: ✨ implement ci parser class to parse ci/cd runner information. (fb95a76b)
  • FEAT: comment link to review. (c320a727)
  • FEAT: ✨ improve markdown on PR comments. (0b598639)
  • FEAT: ✨ comment link to Build in PR. (9ea0ebf3)
  • FEAT: ✨ changed branch and commit argument to optional. (2c37580c)
  • FEAT: 🔖 publish CLI to pub.dev. (f40a4512)
  • DOCS: 📝 add pr and github-token args. (7f600037)
  • DOCS: 🐛 change relative links to global links. (c0b5e408)
  • DOCS: 📝 add documentation for CLI. (2aeabef9)

3.0.0-beta.18 #

  • REFACTOR: ♻️ settings. (254ebef6)
  • REFACTOR: ♻️ git usage. (4f5db511)
  • FIX: 🐛 upload of properties. (a9996bbd)
  • FIX: 🐛 fails pipeline when no generator files exist. (65ad1e67)
  • FIX: 🐛 reads actor and repository including newline. (3bc05624)
  • FIX: 🐛 bad revision on git diff. (7019e1a9)
  • FIX: 🐛 CLI fails on environments without terminal. (d5101d56)
  • FIX: 🐛 HttpClient connects to incorrect endpoint. (58dd870f)
  • FIX: 🐛 UseCaseParser contains hard-coded branch name. (8acf8db4)
  • FIX: 🐛 ambiguous warning for no generator themes. (fbc56b54)
  • FIX: 🐛 rename cli to widgetbook. (3819094e)
  • FEAT: ✨ link to review. (db2f239a)
  • FEAT: ✨ add designLink property. (daad8e9c)
  • FEAT: ✨ implement ci parser class to parse ci/cd runner information. (fb95a76b)
  • FEAT: comment link to review. (c320a727)
  • FEAT: ✨ improve markdown on PR comments. (0b598639)
  • FEAT: ✨ comment link to Build in PR. (9ea0ebf3)
  • FEAT: ✨ changed branch and commit argument to optional. (2c37580c)
  • FEAT: 🔖 publish CLI to pub.dev. (f40a4512)
  • DOCS: 📝 add pr and github-token args. (7f600037)
  • DOCS: 🐛 change relative links to global links. (c0b5e408)
  • DOCS: 📝 add documentation for CLI. (2aeabef9)

3.0.0-beta.17 #

  • feat: add link to review in GitHub comment

3.0.0-beta.16 #

  • fix: upload of locales, devices, themes and text scales

3.0.0-beta.15 #

  • fix: designLink is not uploaded

3.0.0-beta.14 #

  • feat: add upload of designLink property
  • fix: CLI returns code >0 when no review information is available

3.0.0-beta.13 #

  • feat: add command for publish

2.0.3-beta.1 #

  • fix(cli): UseCaseParser uses ref instead of base branch
  • fix(cli): HttpClient connects to incorrect endpoint

2.0.2 #

  • fix(cli): UseCaseParser contains hard-coded branch name

2.0.1 #

  • feat: improve comment link markdown.

2.0.0 #

  • docs: add pr and github-token arguments
  • feat: improve comment link markdown
  • feat: comment link to Build in PR
  • fix: ambiguous warning when no generator files are found
  • docs: change relative links to global links.
  • feat: change path, branch, commit, and git-provider arguments from mandatory to optional.
  • fix: change name of executable from widgetbook-cli to widgetbook.
  • Initial version.
3
likes
0
points
5.86k
downloads

Publisher

verified publisherwidgetbook.io

Weekly Downloads

CLI that can publish Widgetbook builds and reviews to Widgetbook Cloud.

Homepage
Repository (GitHub)
View/report issues

Topics

#widgetbook #storybook #ui #tool #cli

Documentation

Documentation

License

unknown (license)

Dependencies

archive, args, ci, collection, dio, file, http_parser, mason_logger, meta, mime, path, platform, pool, process, pub_updater, retry, version, yaml

More

Packages that depend on widgetbook_cli