Skip to content

Commit

Permalink
#398: Add detail help for aws, az and docker (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
slskiba authored Jun 25, 2024
1 parent b90732f commit e0a2efc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions cli/src/main/resources/nls/Help.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cmd.--version=Print the version of IDEasy.
cmd.--version.detail=TODO --version
cmd.aws=Tool commandlet for AWS CLI.
cmd.aws.detail=TODO AWS
cmd.aws.detail=The AWS Command Line Interface (AWS CLI) is an open source tool for managing AWS resources. Detailed documentation can be found at https://docs.aws.amazon.com/cli/
cmd.az=Tool commandlet for Azure CLI.
cmd.az.detail=TODO AZ
cmd.az.detail=The Azure Command-Line Interface (CLI) is a tool for creating and managing Azure resources. Detailed documentation can be found at https://learn.microsoft.com/en-us/cli/azure/
cmd.cobigen=Tool commandlet for Cobigen (code-generator).
cmd.cobigen.detail=TODO cobigen
cmd.complete=Internal commandlet for bash auto-completion.
Expand All @@ -12,7 +12,7 @@ cmd.create=Create a new IDEasy project.
cmd.create.detail=TODO create
cmd.create.val.project=The name of the new project that will be created.
cmd.docker=Tool commandlet for Docker.
cmd.docker.detail=TODO docker
cmd.docker.detail=Docker is an open platform for creating, managing, and running applications in lightweight, isolated containers. Detailed documentation of the Docker Command Line Interface can be found at https://docs.docker.com/engine/reference/commandline/cli/
cmd.dotnet=Tool commandlet for dotnet.
cmd.dotnet.detail=TODO dotnet
cmd.eclipse=Tool commandlet for Eclipse (IDE).
Expand Down
8 changes: 4 additions & 4 deletions cli/src/main/resources/nls/Help_de.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cmd.--version=Gibt die Version von IDEasy aus.
cmd.--version.detail=TODO DE --version
cmd.aws=Werkzeug Kommando für AWS Kommandoschnittstelle.
cmd.aws.detail=TODO DE AWS
cmd.aws.detail=Das AWS Command Line Interface (AWS CLI) ist ein Open-Source-Werkzeug zur Verwaltung von AWS Ressourcen. Detaillierte Dokumentation ist zu finden unter https://docs.aws.amazon.com/cli/
cmd.az=Werkzeug Kommando für Azure Kommandoschnittstelle.
cmd.az.detail=TODO DE AZ
cmd.az.detail=Das Azure Command-Line Interface (CLI) ist ein Werkzeug zur Erstellung und Verwaltung von Azure Ressourcen. Detaillierte Dokumentation ist zu finden unter https://learn.microsoft.com/en-us/cli/azure/
cmd.cobigen=Werkzeug Kommando für Cobigen.
cmd.cobigen.detail=TODO DE cobigen
cmd.complete=Internes Werkzeug für bash Autovervollständigung.
Expand All @@ -12,7 +12,7 @@ cmd.create=Erstellt ein neues IDEasy Projekt.
cmd.create.detail=TODO DE create
cmd.create.val.project=Der Name des zu erstellenden Projekts.
cmd.docker=Werkzeug Kommando für Docker.
cmd.docker.detail=TODO DE docker
cmd.docker.detail=Docker ist eine Plattform zum Erstellen, Verwalten und Ausführen von Anwendungen in isolierten Containern. Detaillierte Dokumentation zum Docker Command-Line Interace ist zu finden unter https://docs.docker.com/engine/reference/commandline/cli/
cmd.dotnet=Werkzeug Kommando für dotnet Kommandoschnittstelle.
cmd.dotnet.detail=TODO DE dotnet
cmd.eclipse=Werkzeug Kommando für Eclipse (IDE).
Expand Down Expand Up @@ -66,7 +66,7 @@ cmd.npm.detail=TODO DE npm
cmd.oc=Werkzeug Kommando für Openshift CLI (Kubernetes Management Tool).
cmd.oc.detail=TODO DE oc
cmd.pgadmin=Werkzeug Kommando für pgAdmin.
cmd.pgadmin.detail=pgAdmin ist ein Open-Source-Verwaltungswerkzeug for PostgreSQL und verwandte relationale Datenbanken. Detaillierte Dokumentation ist erhältlich unter https://www.pgadmin.org/docs/pgadmin4/latest/index.html
cmd.pgadmin.detail=pgAdmin ist ein Open-Source-Verwaltungswerkzeug for PostgreSQL und verwandte relationale Datenbanken. Detaillierte Dokumentation ist zu finden unter https://www.pgadmin.org/docs/pgadmin4/latest/index.html
cmd.quarkus=Werkzeug Kommando für Quarkus (Framework für Cloud-native Anwendungen).
cmd.quarkus.detail=TODO DE quarkus
cmd.repository=Richtet das vorkonfigurierte Git Repository ein.
Expand Down

0 comments on commit e0a2efc

Please sign in to comment.