Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions documentation/general/aspnetcore-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/aspnet/DotNetTools>.
4 changes: 4 additions & 0 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>d7d7deb232b9fb7ba05d9d08d024c0b7aee57982</Sha>
</Dependency>
<Dependency Name="dotnet-user-jwts" Version="7.0.0-preview.5.22301.14">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>5ff6e316a8e34bb06b986ec13ec7aae3f61e886b</Sha>
</Dependency>
<Dependency Name="dotnet-user-secrets" Version="7.0.0-preview.5.22301.14">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>d7d7deb232b9fb7ba05d9d08d024c0b7aee57982</Sha>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions src/Cli/dotnet/commands/dotnet-help/HelpUsageText.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
3 changes: 3 additions & 0 deletions src/Cli/dotnet/commands/dotnet-help/LocalizableStrings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,9 @@
<data name="UserSecretsDefinition" xml:space="preserve">
<value>Manage development user secrets.</value>
</data>
<data name="UserJwtsDefinition" xml:space="preserve">
<value>Manage JSON Web Tokens in development.</value>
</data>
<data name="WatchDefinition" xml:space="preserve">
<value>Start a file watcher that runs a command when files change.</value>
</data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
<target state="translated">Možnosti hostitele (předané před příkazem)</target>
<note />
</trans-unit>
<trans-unit id="UserJwtsDefinition">
<source>Manage JSON Web Tokens in development.</source>
<target state="new">Manage JSON Web Tokens in development.</target>
<note />
</trans-unit>
<trans-unit id="VersionDescription">
<source>Display the version of the .NET SDK, including the effects of any global.json</source>
<target state="translated">Zobrazí verzi sady .NET SDK, včetně vlivů na jakýkoli soubor global.json.</target>
Expand Down Expand Up @@ -304,4 +309,4 @@
</trans-unit>
</body>
</file>
</xliff>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
<target state="translated">Hostoptionen (werden vor dem Befehl übergeben)</target>
<note />
</trans-unit>
<trans-unit id="UserJwtsDefinition">
<source>Manage JSON Web Tokens in development.</source>
<target state="new">Manage JSON Web Tokens in development.</target>
<note />
</trans-unit>
<trans-unit id="VersionDescription">
<source>Display the version of the .NET SDK, including the effects of any global.json</source>
<target state="translated">Hiermit wird die .NET SDK-Version angezeigt, einschließlich der Auswirkungen einer beliebigen "global.json".</target>
Expand Down Expand Up @@ -304,4 +309,4 @@
</trans-unit>
</body>
</file>
</xliff>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
<target state="translated">Opciones de host (pasadas antes que el comando)</target>
<note />
</trans-unit>
<trans-unit id="UserJwtsDefinition">
<source>Manage JSON Web Tokens in development.</source>
<target state="new">Manage JSON Web Tokens in development.</target>
<note />
</trans-unit>
<trans-unit id="VersionDescription">
<source>Display the version of the .NET SDK, including the effects of any global.json</source>
<target state="translated">Muestra la versión del SDK de .NET, incluidos los efectos de cualquier archivo global.json.</target>
Expand Down Expand Up @@ -304,4 +309,4 @@
</trans-unit>
</body>
</file>
</xliff>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
<target state="translated">Options de l'hôte (passées avant la commande)</target>
<note />
</trans-unit>
<trans-unit id="UserJwtsDefinition">
<source>Manage JSON Web Tokens in development.</source>
<target state="new">Manage JSON Web Tokens in development.</target>
<note />
</trans-unit>
<trans-unit id="VersionDescription">
<source>Display the version of the .NET SDK, including the effects of any global.json</source>
<target state="translated">Afficher la version du kit SDK .NET ainsi que les effets de global.json</target>
Expand Down Expand Up @@ -304,4 +309,4 @@
</trans-unit>
</body>
</file>
</xliff>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
<target state="translated">Opzioni host (passate prima del comando)</target>
<note />
</trans-unit>
<trans-unit id="UserJwtsDefinition">
<source>Manage JSON Web Tokens in development.</source>
<target state="new">Manage JSON Web Tokens in development.</target>
<note />
</trans-unit>
<trans-unit id="VersionDescription">
<source>Display the version of the .NET SDK, including the effects of any global.json</source>
<target state="translated">Visualizza la versione di .NET SDK, inclusi gli effetti di qualsiasi file global.json</target>
Expand Down Expand Up @@ -304,4 +309,4 @@
</trans-unit>
</body>
</file>
</xliff>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
<target state="translated">ホストのオプション (コマンドの前に渡されます)</target>
<note />
</trans-unit>
<trans-unit id="UserJwtsDefinition">
<source>Manage JSON Web Tokens in development.</source>
<target state="new">Manage JSON Web Tokens in development.</target>
<note />
</trans-unit>
<trans-unit id="VersionDescription">
<source>Display the version of the .NET SDK, including the effects of any global.json</source>
<target state="translated">.NET SDK のバージョンを、global.json のすべての効果を含めて表示します</target>
Expand Down Expand Up @@ -304,4 +309,4 @@
</trans-unit>
</body>
</file>
</xliff>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
<target state="translated">호스트 옵션(명령 전에 전달됨)</target>
<note />
</trans-unit>
<trans-unit id="UserJwtsDefinition">
<source>Manage JSON Web Tokens in development.</source>
<target state="new">Manage JSON Web Tokens in development.</target>
<note />
</trans-unit>
<trans-unit id="VersionDescription">
<source>Display the version of the .NET SDK, including the effects of any global.json</source>
<target state="translated">global.json의 효과를 포함하여 .NET SDK의 버전을 표시합니다.</target>
Expand Down Expand Up @@ -304,4 +309,4 @@
</trans-unit>
</body>
</file>
</xliff>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
<target state="translated">Opcje hosta (przekazywane przed poleceniem)</target>
<note />
</trans-unit>
<trans-unit id="UserJwtsDefinition">
<source>Manage JSON Web Tokens in development.</source>
<target state="new">Manage JSON Web Tokens in development.</target>
<note />
</trans-unit>
<trans-unit id="VersionDescription">
<source>Display the version of the .NET SDK, including the effects of any global.json</source>
<target state="translated">Wyświetl wersję zestawu .NET SDK, uwzględniając efekty pliku global.json</target>
Expand Down Expand Up @@ -304,4 +309,4 @@
</trans-unit>
</body>
</file>
</xliff>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
<target state="translated">Opções de host (passadas antes do comando)</target>
<note />
</trans-unit>
<trans-unit id="UserJwtsDefinition">
<source>Manage JSON Web Tokens in development.</source>
<target state="new">Manage JSON Web Tokens in development.</target>
<note />
</trans-unit>
<trans-unit id="VersionDescription">
<source>Display the version of the .NET SDK, including the effects of any global.json</source>
<target state="translated">Exibir a versão do SDK do .NET, incluindo os efeitos de qualquer global.json</target>
Expand Down Expand Up @@ -304,4 +309,4 @@
</trans-unit>
</body>
</file>
</xliff>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
<target state="translated">Параметры узла (передаваемые перед командой)</target>
<note />
</trans-unit>
<trans-unit id="UserJwtsDefinition">
<source>Manage JSON Web Tokens in development.</source>
<target state="new">Manage JSON Web Tokens in development.</target>
<note />
</trans-unit>
<trans-unit id="VersionDescription">
<source>Display the version of the .NET SDK, including the effects of any global.json</source>
<target state="translated">Отображение версии пакета SDK для .NET, включая влияние всех файлов global.json.</target>
Expand Down Expand Up @@ -304,4 +309,4 @@
</trans-unit>
</body>
</file>
</xliff>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
<target state="translated">Konak seçenekleri (komuttan önce geçirilir)</target>
<note />
</trans-unit>
<trans-unit id="UserJwtsDefinition">
<source>Manage JSON Web Tokens in development.</source>
<target state="new">Manage JSON Web Tokens in development.</target>
<note />
</trans-unit>
<trans-unit id="VersionDescription">
<source>Display the version of the .NET SDK, including the effects of any global.json</source>
<target state="translated">Tüm global.json etkileri dahil olmak üzere .NET SDK sürümünü görüntüleyin</target>
Expand Down Expand Up @@ -304,4 +309,4 @@
</trans-unit>
</body>
</file>
</xliff>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
<target state="translated">主机选项(在命令之前传递)</target>
<note />
</trans-unit>
<trans-unit id="UserJwtsDefinition">
<source>Manage JSON Web Tokens in development.</source>
<target state="new">Manage JSON Web Tokens in development.</target>
<note />
</trans-unit>
<trans-unit id="VersionDescription">
<source>Display the version of the .NET SDK, including the effects of any global.json</source>
<target state="translated">显示 .NET SDK 的版本,包括任何 global.json 的影响</target>
Expand Down Expand Up @@ -304,4 +309,4 @@
</trans-unit>
</body>
</file>
</xliff>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
<target state="translated">裝載選項 (在命令之前傳遞)</target>
<note />
</trans-unit>
<trans-unit id="UserJwtsDefinition">
<source>Manage JSON Web Tokens in development.</source>
<target state="new">Manage JSON Web Tokens in development.</target>
<note />
</trans-unit>
<trans-unit id="VersionDescription">
<source>Display the version of the .NET SDK, including the effects of any global.json</source>
<target state="translated">顯示 .NET SDK 的版本,包括任何 global.json 的影響</target>
Expand Down Expand Up @@ -304,4 +309,4 @@
</trans-unit>
</body>
</file>
</xliff>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down