Run a script by name defined in the workspace
root pubspec.yaml config file.
melos run <name>Supports all Melos filtering flags.
Package filter options can be passed to override or further restrict the filters defined in the script configuration. For example, to run a script only on packages matching a specific scope:
melos run test --scope="my_package*"Skips the prompt to select a package (if defined in the script configuration). Filters defined in the script's "packageFilters" options will however still be applied.
melos run <name> --no-selectDisplays all scripts defined in the Melos workspace.
melos run --listUse --json to output the list in JSON format.
melos run --list --jsonUsing --include-private ignores the private configuration on scripts.
The private scripts are shown in prompts, listings and they can be executed directly.
melos run --list --jsonFilters scripts to include only those that belong to the specified group.
melos run --group <group>
