very_good_cli icon indicating copy to clipboard operation
very_good_cli copied to clipboard

A Very Good Command-Line Interface for Dart created by Very Good Ventures 🦄

Results 88 very_good_cli issues
Sort by recently updated
recently updated
newest added

**Description** There should be an option to disable flavors on create.

enhancement

**Description** The default project generated by `very_good` contains flavoured icons generated by the very_good flutter app template (~199 files in aggreagate). This is indeed a very good start for a...

enhancement

## Description Added the `--reporter` flag in the test command, to allow the user to output the test results in JSON. This change simply passes through the command and disables...

enhancement

It would be nice to have out-of-the-box support for macOS and Linux. Right now an app created with `very_good_cli` only supports Android, iOS, Windows and Web. Sorry if this is...

feature
p2

Today we include the bundles for each "very_good create" template as dart bundles in the codebase. These bundles are often generated from bricks that live in different repositories. To easy...

enhancement

How can I customize flavors? for example to continue the project with a flavor or two. Can you provide more information about the CLI commands?

bug
waiting for response

Implement an argument to make the process of `very_good test` fail as soon as a test is broken. This can help CI pipelines that have extensive test suites save execution...

feature
p2

**Description** Support for the `--machine` option from `flutter test`. It provides a way to output a summary of the tests that were executed. How many failed, how long they took,...

bug
feature

**Description** After running `very_good update` you still get prompted to update **Steps To Reproduce** 1. Run `very_good update` 2. You will see ```sh ✓ Checked for updates (x.xs) ✓ Updated...

bug

**Description** when creating new project the platform flags is not working ,, so when running `very_good create test --windows false --macos false --ios false --linux false --web false` it is...

bug