942989e76f
Make it available on the stable branch. Fix the version numbers for when it was enabled. (3.9 as experiment enabled is not entirely correct, as the experiment was not available on the stable channel in 3.9, only on betas of 3.9.) And disable passing data assets under the same experiment flag. Note: It seems that it was accidentally still marked as 3.9 and then got swept up in https://dart-review.googlesource.com/c/sdk/+/443803. TEST=dartdev native assets tests Bug: https://github.com/dart-lang/sdk/issues/50565 Change-Id: I4c44ad22e32673d6a951017d0cf6d3374dd20429 Cq-Include-Trybots: luci.dart.try:pkg-linux-debug-try,pkg-linux-release-arm64-try,pkg-linux-release-try,pkg-mac-release-arm64-try,pkg-mac-release-try,pkg-win-release-arm64-try,pkg-win-release-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/449803 Reviewed-by: Ivan Inozemtsev <iinozemtsev@google.com> Reviewed-by: Michael Goderbauer <goderbauer@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com>
Dart CLI tooling
A command-line utility for Dart development.
Usage: dart <command|dart-file> [arguments]
Global options:
-v, --verbose Show additional command output.
--version Print the Dart SDK version.
--enable-analytics Enable analytics.
--disable-analytics Disable analytics.
--suppress-analytics Disallow analytics for this `dart *` run without changing the analytics configuration.
-h, --help Print this usage information.
Available commands:
analyze Analyze Dart code in a directory.
compile Compile Dart to various formats.
create Create a new Dart project.
devtools Open DevTools (optionally connecting to an existing application).
doc Generate API documentation for Dart projects.
fix Apply automated fixes to Dart source code.
format Idiomatically format Dart source code.
info Show diagnostic information about the installed tooling.
pub Work with packages.
run Run a Dart program.
test Run tests for a project.
Run "dart help <command>" for more information about a command.
See https://dart.dev/tools/dart-tool for detailed documentation.
Contributing
If you'd like to contribute to the Dart CLI tool, please start by reading the contribution guidelines for the Dart project. Then familiarize yourself with the design principles that guide this tool's UX.
Features and bugs
Please file feature requests and bugs in the Dart SDK issue tracker
with label area-dart-cli.