34 references to Command
NuGet.CommandLine.XPlat (34)
Commands\ConfigCommands\ConfigCommand.cs (1)
83
app.
Command
("config", configCmd =>
Commands\DeleteCommand.cs (1)
20
app.
Command
("delete", delete =>
Commands\LocalsCommand.cs (1)
18
app.
Command
("locals", locals =>
Commands\PackageReferenceCommands\AddPackageReferenceCommand.cs (1)
21
app.
Command
("add", addpkg =>
Commands\PackageReferenceCommands\ListPackage\ListPackageCommand.cs (1)
29
app.
Command
("list", listpkg =>
Commands\PackageReferenceCommands\RemovePackageReferenceCommand.cs (1)
20
app.
Command
("remove", removePkg =>
Commands\PushCommand.cs (1)
21
app.
Command
("push", push =>
Commands\Signing\SignCommand.cs (1)
27
app.
Command
(CommandName, signCmd =>
Commands\Signing\TrustedSignersCommand.cs (8)
24
app.
Command
("trust", trustedSignersCmd =>
27
trustedSignersCmd.
Command
("list", (listCommand) =>
45
trustedSignersCmd.
Command
("sync", (syncCommand) =>
66
trustedSignersCmd.
Command
("remove", (syncCommand) =>
87
trustedSignersCmd.
Command
("author", (authorCommand) =>
116
trustedSignersCmd.
Command
("repository", (repositoryCommand) =>
150
trustedSignersCmd.
Command
("certificate", (certificateCommand) =>
184
trustedSignersCmd.
Command
("source", (sourceCommand) =>
Commands\Signing\VerifyCommand.cs (1)
25
app.
Command
("verify", verifyCmd =>
Commands\Verbs.cs (16)
18
app.
Command
("add", AddCmd =>
20
AddCmd.
Command
("source", SourceCmd =>
77
AddCmd.
Command
("client-cert", ClientCertCmd =>
157
app.
Command
("disable", DisableCmd =>
159
DisableCmd.
Command
("source", SourceCmd =>
197
app.
Command
("enable", EnableCmd =>
199
EnableCmd.
Command
("source", SourceCmd =>
237
app.
Command
("list", ListCmd =>
239
ListCmd.
Command
("source", SourceCmd =>
263
ListCmd.
Command
("client-cert", ClientCertCmd =>
298
app.
Command
("remove", RemoveCmd =>
300
RemoveCmd.
Command
("source", SourceCmd =>
322
RemoveCmd.
Command
("client-cert", ClientCertCmd =>
362
app.
Command
("update", UpdateCmd =>
364
UpdateCmd.
Command
("source", SourceCmd =>
421
UpdateCmd.
Command
("client-cert", ClientCertCmd =>
Commands\Why\WhyCommand.cs (1)
23
app.
Command
("why", whyCmd =>