We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo-credential-1password
1 parent 2e095e5 commit 1d2f964Copy full SHA for 1d2f964
src/doc/src/reference/registry-authentication.md
@@ -103,7 +103,7 @@ Install the provider with `cargo install cargo-credential-1password`
103
In the config, add to (or create) `registry.global-credential-providers`:
104
```toml
105
[registry]
106
-global-credential-providers = ["cargo:token", "cargo-credential-1password --email you@example.com"]
+global-credential-providers = ["cargo:token", "cargo-credential-1password --account my.1password.com"]
107
```
108
109
The values in `global-credential-providers` are split on spaces into path and command-line arguments. To
0 commit comments