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 108 very_good_cli issues
Sort by recently updated
recently updated
newest added

## Description As a developer, it would be useful if I could configure certain CLI parameters in a config file so that when I run the CLI locally or in...

feature
good first issue

**Description** In some cases I do not have the network available to create a project with the client, it needs to download several dependencies. It would be very helpful to...

enhancement

**Description** Some tests fail when running the `flutter test --coverage` command in the Windows PowerShell console without making changes to the project code. **Steps To Reproduce** 1. Clone the repo...

bug
p2
platform: windows

**Description** Having a project with multiple flutter / dart packages nested under a root directory. It would be helpful to be able to run `very_good packages upgrade --recursive` whenever we...

enhancement

**Description** I am not entirely sure if this is a "bug" but if I run the `very_good` command in a clean environment and stop (CTRL+C, CMD+C) the command without answering...

bug

**Description** org-name is not accepted when given a single identifier **Steps To Reproduce** For creating app with org name `com.example` we use `very_good create --org-name com.example example` but this creates...

question
investigating

**Description** Being able to debug tests (besides using the code lens options that show up in the test file itself) can be very helpful when testing. Additionally, we can allow...

feature
good first issue
p3

**Description** The `very_good packages get` command in the built-in terminal produces stdout unexpected progress artifacts. **Steps To Reproduce** 1. Go to 'open flutter project in any supported 'jetbrains ide' 2....

bug

Using `fvm` I specify the flutter version to be used per-directory basis. It may mean that I don't have `flutter` available globally, or it can link to a different version...

enhancement

## Proposal By splitting the `create` command to use subcommands we can improve the usage and options to be subcommand-specific. Since there are some common options for all `create` commands...

enhancement