6 writes to Description
dotnet-user-secrets (6)
CommandLineOptions.cs (1)
28
Description
= "Manages user secrets"
Internal\ClearCommand.cs (1)
12
command.
Description
= "Deletes all the application secrets";
Internal\InitCommand.cs (1)
21
command.
Description
= "Set a user secrets ID to enable secret storage";
Internal\ListCommand.cs (1)
16
command.
Description
= "Lists all the application secrets";
Internal\RemoveCommand.cs (1)
14
command.
Description
= "Removes the specified user secret";
Internal\SetCommand.cs (1)
16
command.
Description
= "Sets the user secret to the specified value";
1 reference to Description
dotnet-user-secrets (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
516
commandsBuilder.AppendFormat(CultureInfo.InvariantCulture, outputFormat, cmd.Name, cmd.
Description
);