# GENERATED BY: test/embedding/embedding_test.dart

$ tool/test-bin/pub_command_runner.dart pub --help
Work with packages.

Usage: pub_command_runner pub [arguments...]
-h, --help   Print this usage information.
-v, --verbose   Print detailed logging.
   --[no-]color   Use colors in terminal output.
   Defaults to color when connected to a terminal, and
   no-color otherwise.
-C, --directory=<dir>   Run the subcommand in the directory<dir>.
   (defaults to ".")

Available subcommands:
  add   Add dependencies to `pubspec.yaml`.
  bump   Increases the version number of the current package.
  cache   Work with the system cache.
  deps   Print package dependencies.
  downgrade   Downgrade the current package's dependencies to oldest versions.
  fail   Throws an exception
  get   Get the current package's dependencies.
  global   Work with global packages.
  login   Log into pub.dev.
  logout   Log out of pub.dev.
  outdated   Analyze your dependencies to find which ones can be upgraded.
  publish   Publish the current package to pub.dev.
  remove   Removes dependencies from `pubspec.yaml`.
  token   Manage authentication tokens for hosted pub repositories.
  unpack   Downloads a package and unpacks it in place.
  upgrade   Upgrade the current package's dependencies to latest versions.
  workspace   Work with the pub workspace.

Run "pub_command_runner help" to see global options.
See https://dart.dev/tools/pub/cmd/pub-global for detailed documentation.

