]> git.proxmox.com Git - rustc.git/blob - src/tools/cargo/tests/testsuite/cargo_yank/help/stdout.log
c6dbfeb9d47e43930db0f801b457f180aa966c25
[rustc.git] / src / tools / cargo / tests / testsuite / cargo_yank / help / stdout.log
1 Remove a pushed crate from the index
2
3 Usage: cargo[EXE] yank [OPTIONS] [crate]
4
5 Arguments:
6 [crate]
7
8 Options:
9 --version <VERSION> The version to yank or un-yank
10 --undo Undo a yank, putting a version back into the index
11 --index <INDEX> Registry index URL to yank from
12 --registry <REGISTRY> Registry to yank from
13 --token <TOKEN> API token to use when authenticating
14 -q, --quiet Do not print cargo log messages
15 -v, --verbose... Use verbose output (-vv very verbose/build.rs output)
16 --color <WHEN> Coloring: auto, always, never
17 --config <KEY=VALUE> Override a configuration value
18 -Z <FLAG> Unstable (nightly-only) flags to Cargo, see 'cargo -Z help' for details
19 -h, --help Print help
20
21 Manifest Options:
22 --frozen Require Cargo.lock and cache are up to date
23 --locked Require Cargo.lock is up to date
24 --offline Run without accessing the network
25
26 Run `cargo help yank` for more detailed information.