5 个版本

0.1.4 2024年6月18日
0.1.3 2023年11月14日
0.1.2 2023年3月23日
0.1.1 2023年2月23日
0.1.0 2022年12月14日

#225Cargo 插件

每月22 次下载

Apache-2.0

31KB
119

cargo-ktra-login

A Cargo 子命令,用于登录到您的私有 cargo 注册表。

这是为了什么?

给定用户名和密码,此 Cargo 子命令将执行以下步骤

  • 识别当前包的注册表
  • 检出注册表的仓库
  • 使用 ktra 登录 API 生成令牌
  • 将令牌添加到 Cargo

用法

cargo-ktra-login 具有以下命令签名

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

依赖关系

~67MB
~1.5M SLoC