very_good_cli
very_good_cli copied to clipboard
A Very Good Command-Line Interface for Dart created by Very Good Ventures 🦄
## 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...
**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...
**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...
**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...
**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...
**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...
**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...
**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....
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...
## 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...