tldr/pages/common/cargo-logout.md

13 lines
385 B
Markdown
Raw Normal View History

# cargo logout
> Remove an API token from the registry locally.
> More information: <https://doc.rust-lang.org/cargo/commands/cargo-logout.html>.
- Remove the API token from the local credential storage:
`cargo logout`
2023-10-29 08:54:53 +00:00
- Specify the name of the registry to use (registry names can be defined in the config - the default is <https://crates.io>):
2023-10-29 08:54:53 +00:00
`cargo logout --registry {{name}}`