blob: 9f29282c2fcb6ad455f318329881e2ac4d73722a [file] [log] [blame]
# GENERATED BY: test/help_test.dart
## Section 0
$ pub token --help
Manage authentication tokens for hosted pub repositories.
The tokens will be used for authorizing both when retrieving dependencies and
for publishing.
Tokens are stored in `$SANDBOX/.config/dart/pub-tokens.json`.
For interactive authorization against pub.dev, use `dart pub login`.
Usage: pub token [arguments...]
-h, --help Print this usage information.
Available subcommands:
add Add an authentication token for a package repository.
list List servers for which a token exists.
remove Remove secret token for package repository at <hosted-url>.
Run "pub help" to see global options.
See https://dart.dev/tools/pub/cmd/pub-token for detailed documentation.