Skip to content

Commit

Permalink
Merge pull request #497 from psmf22/tool_debricked
Browse files Browse the repository at this point in the history
chore: update toolmessages
  • Loading branch information
psmf22 authored Jan 10, 2024
2 parents e70c4ce + b502857 commit a12def9
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fcli.tool.config.update.url = Custom URL from which to download the tool definit
fcli.tool.config.update.file = Local or UNC path from which to load the tool definitions bundle

# Shared options
fcli.tool.install.type = The artifact type as specified in the %toolname%.yaml
fcli.tool.install.type = The artifact type as specified in the %%toolname%%.yaml
fcli.tool.install.version = Tool version to install; see output of list command to view available versions. If not specified, the default version as shown in the output of the list command will be installed.
fcli.tool.install.install-dir = Tool installation directory.
fcli.tool.install.on-digest-mismatch = Action to take if there is a digest mismatch. Allowed values: ${COMPLETION-CANDIDATES}. Default action is to fail. When installing 'latest', you may consider setting this option to 'warn' to avoid failures if fcli hasn't been updated yet with the latest digest. Please consider submitting an issue on the fcli issue tracker if digest check consistently fails.
Expand All @@ -35,14 +35,14 @@ fcli.tool.bugtracker-utility.uninstall.usage.description = This command removes
fcli.tool.bugtracker-utility.uninstall.confirm = Confirm removal of FortifyBugTrackerUtility.

# fcli tool debricked
fcli.tool.debricked.usage.header = Manage Debricked CLI installations. (https://github.com/debricked/cli)
fcli.tool.debricked.install.usage.header = Download and install the Debricked CLI.
fcli.tool.debricked.install.confirm.0 = Confirm replacing existing Debricked CLI installation.
fcli.tool.debricked.install.confirm.1 = If a non-empty destination directory exists, the installation will fail unless this option is specified.
fcli.tool.debricked.list.usage.header = List Debricked CLI available and installed versions. If you don't see the latest version(s) listed, please submit an issue on the fcli issue tracker to request adding support for the missing versions.
fcli.tool.debricked.uninstall.usage.header = Uninstall Debricked CLI.
fcli.tool.debricked.uninstall.usage.description = This command removes a Debricked CLI installation that was previously installed using the 'fcli tool debricked install' command.
fcli.tool.debricked.uninstall.confirm = Confirm removal of Debricked CLI.
fcli.tool.debricked-cli.usage.header = Manage Debricked CLI installations. (https://github.com/debricked/cli)
fcli.tool.debricked-cli.install.usage.header = Download and install the Debricked CLI.
fcli.tool.debricked-cli.install.confirm.0 = Confirm replacing existing Debricked CLI installation.
fcli.tool.debricked-cli.install.confirm.1 = If a non-empty destination directory exists, the installation will fail unless this option is specified.
fcli.tool.debricked-cli.list.usage.header = List Debricked CLI available and installed versions. If you don't see the latest version(s) listed, please submit an issue on the fcli issue tracker to request adding support for the missing versions.
fcli.tool.debricked-cli.uninstall.usage.header = Uninstall Debricked CLI.
fcli.tool.debricked-cli.uninstall.usage.description = This command removes a Debricked CLI installation that was previously installed using the 'fcli tool debricked install' command.
fcli.tool.debricked-cli.uninstall.confirm = Confirm removal of Debricked CLI.

# fcli tool fcli
fcli.tool.fcli.usage.header = Manage fcli installations. (https://github.com/fortify/fcli)
Expand Down

0 comments on commit a12def9

Please sign in to comment.