1 write to ConfigKey
NuGet.CommandLine.XPlat (1)
Commands\ConfigCommands\ConfigCommand.cs (1)
183
ConfigKey
= parseResult.GetValue(SetConfigKeyArgument),
3 references to ConfigKey
NuGet.CommandLine.XPlat (3)
Commands\ConfigCommands\ConfigRunners.cs (3)
104
RunnerHelper.ValidateConfigKey(args.
ConfigKey
);
113
bool encrypt = args.
ConfigKey
.Equals(ConfigurationConstants.PasswordKey, StringComparison.OrdinalIgnoreCase);
114
SettingsUtility.SetConfigValue(settings, args.
ConfigKey
, args.ConfigValue, encrypt);