Crates.io | cargo-ktra-login |
lib.rs | cargo-ktra-login |
version | 0.1.4 |
source | src |
created_at | 2022-12-14 16:26:35.173299 |
updated_at | 2024-06-18 10:53:22.90447 |
description | Log in to private ktra registries using cargo |
homepage | |
repository | https://github.com/SwitchEV/cargo-ktra-login |
max_upload_size | |
id | 736675 |
size | 108,767 |
A Cargo subcommand that logs you in to your little cargo registry.
Given a username and a password, this Cargo subcommand will perform the following steps:
cargo-ktra-login has the following command signature:
Log in to private ktra registries using cargo
Usage: cargo ktra-login [OPTIONS] <USERNAME> <PASSWORD>
Arguments:
<USERNAME> The user account to log in with
<PASSWORD> The account password to log in with
Options:
--manifest-path <PATH> Path to Cargo.toml
--dry-run Check that the manifest is valid and that the remote registry exists, but don't generate a token
--registry <REGISTRY> The name of the registry to log in to
-h, --help Print help
-V, --version Print version