cargo-ktra-login

A Cargo subcommand that logs you in to your little cargo registry.

What is this for?

Given a username and a password, this Cargo subcommand will perform the following steps:

Usage

cargo-ktra-login has the following command signature: ``` cargo-ktra-login 0.1.0 Automated login for private ktra registries

USAGE: cargo ktra-login [OPTIONS]

ARGS: The user account to log in with The account password to log in with

OPTIONS: --dry-run Check that the manifest is valid and that the remote registry exists, but don't generate a token -h, --help Print help information --manifest-path Path to Cargo.toml -V, --version Print version information ```