Options (3)
-a, --addbooleanInvite the given user or team as an owner
Example:
cargo owner {{[-a|--add]}} {{username|github:org_name:team_name}} {{crate}}-r, --removebooleanRemove the given user or team as an owner
Example:
cargo owner {{[-r|--remove]}} {{username|github:org_name:team_name}} {{crate}}-l, --listbooleanList owners of a crate
Example:
cargo owner {{[-l|--list]}} {{crate}}Examples (4)
Invite the given user or team as an owner
cargo owner [-a|--add] username|github:org_name:team_name crateRemove the given user or team as an owner
cargo owner [-r|--remove] username|github:org_name:team_name crateList owners of a crate
cargo owner [-l|--list] crateUse the specified registry (registry names can be defined in the configuration - the default is <https://crates.io>)
cargo owner --registry namemade by @shridhargupta | data from tldr-pages