MAN page from openSUSE Leap 42 cargo-1.31.1-187.1.x86_64.rpm
CARGO\-OWNER
Section: Cargo Manual (1)
Updated: July 2016
Index NAME
cargo-owner - Manage the owners of a crate of the registry
SYNOPSIS
I]cargo owner] [OPTIONS] [<CRATE>]
DESCRIPTION
This command will modify the owners for a package on the specifiedregistry (or default). Note that owners of a package can upload newversions, and yank old versions. Explicitly named owners can also modifythe set of owners, so take caution!
OPTIONS
- -h, --help
- Print this message.
- -a, --add I]LOGIN]
- Name of a user or team to add as an owner.
- -r, --remove I]LOGIN]
- Name of a user or team to remove as an owner.
- -l, --list
- List owners of a crate.
- --index I]INDEX]
- Registry index to modify owners for.
- -v, --verbose
- Use verbose output.
- -q, --quiet
- No output printed to stdout.
- --color I]WHEN]
- Coloring: auto, always, never.
EXAMPLES
Add user as an owner of the current package
C]$ cargo owner --add user]
Remove user as an owner of the current package
C]$ cargo owner --remove user]
Use a certain API token to authenticate with
C]$ cargo owner --token U6WHXacP3Qqwd5kze1fohr4JEOmGCuRK2]
SEE ALSO
cargo(1), cargo-publish(1), cargo-login(1)
COPYRIGHT
This work is dual-licensed under Apache 2.0 and MIT terms.See I]COPYRIGHT] file in the cargo source distribution.
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- OPTIONS
- EXAMPLES
- SEE ALSO
- COPYRIGHT
This document was created byman2html,using the manual pages.