@@ -912,7 +912,7 @@ a new `cargo logout` command.
912
912
913
913
To use this feature, you must pass the ` -Z credential-process ` flag on the
914
914
command-line. Additionally, you must remove any current tokens currently saved
915
- in the [ ` credentials ` file] (which can be done with the new ` logout ` command).
915
+ in the [ ` credentials.toml ` file] (which can be done with the new ` logout ` command).
916
916
917
917
#### ` credential-process ` Configuration
918
918
@@ -1049,10 +1049,10 @@ The following environment variables will be provided to the executed command:
1049
1049
#### ` cargo logout `
1050
1050
1051
1051
A new ` cargo logout ` command has been added to make it easier to remove a
1052
- token from storage. This supports both [ ` credentials ` file] tokens and
1052
+ token from storage. This supports both [ ` credentials.toml ` file] tokens and
1053
1053
` credential-process ` tokens.
1054
1054
1055
- When used with ` credentials ` file tokens, it needs the ` -Z unstable-options `
1055
+ When used with ` credentials.toml ` file tokens, it needs the ` -Z unstable-options `
1056
1056
command-line option:
1057
1057
1058
1058
``` console
@@ -1071,7 +1071,7 @@ cargo logout -Z credential-process
1071
1071
[ `cargo publish` ] : ../commands/cargo-publish.md
1072
1072
[ `cargo owner` ] : ../commands/cargo-owner.md
1073
1073
[ `cargo yank` ] : ../commands/cargo-yank.md
1074
- [ `credentials` file ] : config.md#credentials
1074
+ [ `credentials.toml ` file ] : config.md#credentials
1075
1075
[ crates.io ] : https://crates.io/
1076
1076
[ config file ] : config.md
1077
1077
0 commit comments