diff --git a/documentation/general/aspnetcore-tools.md b/documentation/general/aspnetcore-tools.md index 371c1a443d9d..a1d5f2c11553 100644 --- a/documentation/general/aspnetcore-tools.md +++ b/documentation/general/aspnetcore-tools.md @@ -5,6 +5,7 @@ The .NET Core CLI includes some commands that are specific to ASP.NET Core proje - dotnet dev-certs - dotnet user-secrets + - dotnet user-jwts - dotnet sql-cache For more information on these tools, see . diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cad706a8b462..55c4d7173dec 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -196,6 +196,10 @@ https://github.com/dotnet/aspnetcore d7d7deb232b9fb7ba05d9d08d024c0b7aee57982 + + https://github.com/dotnet/aspnetcore + 5ff6e316a8e34bb06b986ec13ec7aae3f61e886b + https://github.com/dotnet/aspnetcore d7d7deb232b9fb7ba05d9d08d024c0b7aee57982 diff --git a/src/Cli/dotnet/CommandFactory/CommandFactoryUsingResolver.cs b/src/Cli/dotnet/CommandFactory/CommandFactoryUsingResolver.cs index 8e2cf89b272e..15ad170ae687 100644 --- a/src/Cli/dotnet/CommandFactory/CommandFactoryUsingResolver.cs +++ b/src/Cli/dotnet/CommandFactory/CommandFactoryUsingResolver.cs @@ -9,7 +9,7 @@ namespace Microsoft.DotNet.CommandFactory { public static class CommandFactoryUsingResolver { - private static string[] _knownCommandsAvailableAsDotNetTool = new[] { "dotnet-dev-certs", "dotnet-sql-cache", "dotnet-user-secrets", "dotnet-watch" }; + private static string[] _knownCommandsAvailableAsDotNetTool = new[] { "dotnet-dev-certs", "dotnet-sql-cache", "dotnet-user-secrets", "dotnet-watch", "dotnet-user-jwts" }; public static Command CreateDotNet( string commandName, diff --git a/src/Cli/dotnet/commands/dotnet-help/HelpUsageText.cs b/src/Cli/dotnet/commands/dotnet-help/HelpUsageText.cs index 9964b62bd508..cac1e7138190 100644 --- a/src/Cli/dotnet/commands/dotnet-help/HelpUsageText.cs +++ b/src/Cli/dotnet/commands/dotnet-help/HelpUsageText.cs @@ -60,6 +60,7 @@ internal static class HelpUsageText {LocalizableStrings.AdditionalTools} dev-certs {LocalizableStrings.DevCertsDefinition} fsi {LocalizableStrings.FsiDefinition} + user-jwts {LocalizableStrings.UserJwtsDefinition} user-secrets {LocalizableStrings.UserSecretsDefinition} watch {LocalizableStrings.WatchDefinition} diff --git a/src/Cli/dotnet/commands/dotnet-help/LocalizableStrings.resx b/src/Cli/dotnet/commands/dotnet-help/LocalizableStrings.resx index 492d2bc5c9e4..240138c39ea0 100644 --- a/src/Cli/dotnet/commands/dotnet-help/LocalizableStrings.resx +++ b/src/Cli/dotnet/commands/dotnet-help/LocalizableStrings.resx @@ -285,6 +285,9 @@ Manage development user secrets. + + Manage JSON Web Tokens in development. + Start a file watcher that runs a command when files change. diff --git a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.cs.xlf b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.cs.xlf index a90b1e41d923..65455a7e911f 100644 --- a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.cs.xlf +++ b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.cs.xlf @@ -57,6 +57,11 @@ Možnosti hostitele (předané před příkazem) + + Manage JSON Web Tokens in development. + Manage JSON Web Tokens in development. + + Display the version of the .NET SDK, including the effects of any global.json Zobrazí verzi sady .NET SDK, včetně vlivů na jakýkoli soubor global.json. @@ -304,4 +309,4 @@ - + \ No newline at end of file diff --git a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.de.xlf b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.de.xlf index d94ded4af6f1..6461683722cd 100644 --- a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.de.xlf +++ b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.de.xlf @@ -57,6 +57,11 @@ Hostoptionen (werden vor dem Befehl übergeben) + + Manage JSON Web Tokens in development. + Manage JSON Web Tokens in development. + + Display the version of the .NET SDK, including the effects of any global.json Hiermit wird die .NET SDK-Version angezeigt, einschließlich der Auswirkungen einer beliebigen "global.json". @@ -304,4 +309,4 @@ - + \ No newline at end of file diff --git a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.es.xlf b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.es.xlf index cf121cec0082..5dd80b3f844d 100644 --- a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.es.xlf +++ b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.es.xlf @@ -57,6 +57,11 @@ Opciones de host (pasadas antes que el comando) + + Manage JSON Web Tokens in development. + Manage JSON Web Tokens in development. + + Display the version of the .NET SDK, including the effects of any global.json Muestra la versión del SDK de .NET, incluidos los efectos de cualquier archivo global.json. @@ -304,4 +309,4 @@ - + \ No newline at end of file diff --git a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.fr.xlf b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.fr.xlf index 1499a51f2eae..42cc0e952cb7 100644 --- a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.fr.xlf +++ b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.fr.xlf @@ -57,6 +57,11 @@ Options de l'hôte (passées avant la commande) + + Manage JSON Web Tokens in development. + Manage JSON Web Tokens in development. + + Display the version of the .NET SDK, including the effects of any global.json Afficher la version du kit SDK .NET ainsi que les effets de global.json @@ -304,4 +309,4 @@ - + \ No newline at end of file diff --git a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.it.xlf b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.it.xlf index 3ca6c2962d10..d06f5a56cddb 100644 --- a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.it.xlf +++ b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.it.xlf @@ -57,6 +57,11 @@ Opzioni host (passate prima del comando) + + Manage JSON Web Tokens in development. + Manage JSON Web Tokens in development. + + Display the version of the .NET SDK, including the effects of any global.json Visualizza la versione di .NET SDK, inclusi gli effetti di qualsiasi file global.json @@ -304,4 +309,4 @@ - + \ No newline at end of file diff --git a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.ja.xlf b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.ja.xlf index 08b722b7087d..f8fd0010d5a5 100644 --- a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.ja.xlf +++ b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.ja.xlf @@ -57,6 +57,11 @@ ホストのオプション (コマンドの前に渡されます) + + Manage JSON Web Tokens in development. + Manage JSON Web Tokens in development. + + Display the version of the .NET SDK, including the effects of any global.json .NET SDK のバージョンを、global.json のすべての効果を含めて表示します @@ -304,4 +309,4 @@ - + \ No newline at end of file diff --git a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.ko.xlf b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.ko.xlf index 220c9263ab2f..b6574c2424a9 100644 --- a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.ko.xlf +++ b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.ko.xlf @@ -57,6 +57,11 @@ 호스트 옵션(명령 전에 전달됨) + + Manage JSON Web Tokens in development. + Manage JSON Web Tokens in development. + + Display the version of the .NET SDK, including the effects of any global.json global.json의 효과를 포함하여 .NET SDK의 버전을 표시합니다. @@ -304,4 +309,4 @@ - + \ No newline at end of file diff --git a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.pl.xlf b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.pl.xlf index bf4ad442c267..de1337fdfab0 100644 --- a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.pl.xlf +++ b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.pl.xlf @@ -57,6 +57,11 @@ Opcje hosta (przekazywane przed poleceniem) + + Manage JSON Web Tokens in development. + Manage JSON Web Tokens in development. + + Display the version of the .NET SDK, including the effects of any global.json Wyświetl wersję zestawu .NET SDK, uwzględniając efekty pliku global.json @@ -304,4 +309,4 @@ - + \ No newline at end of file diff --git a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.pt-BR.xlf b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.pt-BR.xlf index 492bcf05804a..36eaa1395e45 100644 --- a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.pt-BR.xlf +++ b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.pt-BR.xlf @@ -57,6 +57,11 @@ Opções de host (passadas antes do comando) + + Manage JSON Web Tokens in development. + Manage JSON Web Tokens in development. + + Display the version of the .NET SDK, including the effects of any global.json Exibir a versão do SDK do .NET, incluindo os efeitos de qualquer global.json @@ -304,4 +309,4 @@ - + \ No newline at end of file diff --git a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.ru.xlf b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.ru.xlf index 62b2fd8540e3..38bc62e20cb1 100644 --- a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.ru.xlf +++ b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.ru.xlf @@ -57,6 +57,11 @@ Параметры узла (передаваемые перед командой) + + Manage JSON Web Tokens in development. + Manage JSON Web Tokens in development. + + Display the version of the .NET SDK, including the effects of any global.json Отображение версии пакета SDK для .NET, включая влияние всех файлов global.json. @@ -304,4 +309,4 @@ - + \ No newline at end of file diff --git a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.tr.xlf b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.tr.xlf index e7f9f9d5bd2d..232d16f5653b 100644 --- a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.tr.xlf +++ b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.tr.xlf @@ -57,6 +57,11 @@ Konak seçenekleri (komuttan önce geçirilir) + + Manage JSON Web Tokens in development. + Manage JSON Web Tokens in development. + + Display the version of the .NET SDK, including the effects of any global.json Tüm global.json etkileri dahil olmak üzere .NET SDK sürümünü görüntüleyin @@ -304,4 +309,4 @@ - + \ No newline at end of file diff --git a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.zh-Hans.xlf b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.zh-Hans.xlf index d7f9998793fa..d42d12383f7f 100644 --- a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.zh-Hans.xlf +++ b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.zh-Hans.xlf @@ -57,6 +57,11 @@ 主机选项(在命令之前传递) + + Manage JSON Web Tokens in development. + Manage JSON Web Tokens in development. + + Display the version of the .NET SDK, including the effects of any global.json 显示 .NET SDK 的版本,包括任何 global.json 的影响 @@ -304,4 +309,4 @@ - + \ No newline at end of file diff --git a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.zh-Hant.xlf b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.zh-Hant.xlf index 27c6a2d74ee3..9d1fddeac565 100644 --- a/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.zh-Hant.xlf +++ b/src/Cli/dotnet/commands/dotnet-help/xlf/LocalizableStrings.zh-Hant.xlf @@ -57,6 +57,11 @@ 裝載選項 (在命令之前傳遞) + + Manage JSON Web Tokens in development. + Manage JSON Web Tokens in development. + + Display the version of the .NET SDK, including the effects of any global.json 顯示 .NET SDK 的版本,包括任何 global.json 的影響 @@ -304,4 +309,4 @@ - + \ No newline at end of file diff --git a/src/Tests/dotnet-help.Tests/GivenThatIWantToShowHelpForDotnetCommand.cs b/src/Tests/dotnet-help.Tests/GivenThatIWantToShowHelpForDotnetCommand.cs index 05520fb72dbf..840ab0c1368b 100644 --- a/src/Tests/dotnet-help.Tests/GivenThatIWantToShowHelpForDotnetCommand.cs +++ b/src/Tests/dotnet-help.Tests/GivenThatIWantToShowHelpForDotnetCommand.cs @@ -68,6 +68,7 @@ workload Manage optional workloads. Additional commands from bundled tools: dev-certs Create and manage development certificates. fsi Start F# Interactive / execute F# scripts. + user-jwts Manage JSON Web Tokens in development. user-secrets Manage development user secrets. watch Start a file watcher that runs a command when files change.