github.com/dcarley/cf-cli@v6.24.1-0.20170220111324-4225ff346898+incompatible/cf/i18n/resources/es-es.untranslated.json (about)

     1  [
     2    {
     3      "id": "\nApp state changed to started, but note that it has 0 instances.\n",
     4      "translation": "\nApp state changed to started, but note that it has 0 instances.\n"
     5    },
     6    {
     7      "id": "\nTip: use `add-plugin-repo` command to add repos.",
     8      "translation": "\nTip: use `add-plugin-repo` command to add repos."
     9    },
    10    {
    11      "id": "   CF_NAME copy-source SOURCE-APP TARGET-APP [-s TARGET-SPACE [-o TARGET-ORG]] [--no-restart]\n",
    12      "translation": "   CF_NAME copy-source SOURCE-APP TARGET-APP [-s TARGET-SPACE [-o TARGET-ORG]] [--no-restart]\n"
    13    },
    14    {
    15      "id": " does not exist as an available plugin repo.",
    16      "translation": " does not exist as an available plugin repo."
    17    },
    18    {
    19      "id": "ALIAS:",
    20      "translation": "ALIAS:"
    21    },
    22    {
    23      "id": "API URL to target",
    24      "translation": "API URL to target"
    25    },
    26    {
    27      "id": "API endpoint not found at '{{.URL}}'",
    28      "translation": ""
    29    },
    30    {
    31      "id": "API version:",
    32      "translation": "API version:"
    33    },
    34    {
    35      "id": "APPS",
    36      "translation": "APPS"
    37    },
    38    {
    39      "id": "APPS:",
    40      "translation": "APPS:"
    41    },
    42    {
    43      "id": "APP_INSTANCES",
    44      "translation": "APP_INSTANCES"
    45    },
    46    {
    47      "id": "APP_NAME",
    48      "translation": "APP_NAME"
    49    },
    50    {
    51      "id": "All available CLI commands",
    52      "translation": "All available CLI commands"
    53    },
    54    {
    55      "id": "App",
    56      "translation": "App"
    57    },
    58    {
    59      "id": "App ",
    60      "translation": "App "
    61    },
    62    {
    63      "id": "App is not staged.",
    64      "translation": ""
    65    },
    66    {
    67      "id": "App {{.AppName}} is already started",
    68      "translation": ""
    69    },
    70    {
    71      "id": "App {{.AppName}} not found",
    72      "translation": ""
    73    },
    74    {
    75      "id": "Application lifecycle:",
    76      "translation": "Application lifecycle:"
    77    },
    78    {
    79      "id": "Apps:",
    80      "translation": "Apps:"
    81    },
    82    {
    83      "id": "BUILDPACK_NAME",
    84      "translation": "BUILDPACK_NAME"
    85    },
    86    {
    87      "id": "Basic ",
    88      "translation": "Basic "
    89    },
    90    {
    91      "id": "Before getting started:",
    92      "translation": "Before getting started:"
    93    },
    94    {
    95      "id": "Buildpack:",
    96      "translation": ""
    97    },
    98    {
    99      "id": "CANCELING",
   100      "translation": ""
   101    },
   102    {
   103      "id": "CF_NAME add-plugin-repo PrivateRepo https://myprivaterepo.com/repo/",
   104      "translation": "CF_NAME add-plugin-repo PrivateRepo https://myprivaterepo.com/repo/"
   105    },
   106    {
   107      "id": "CF_NAME add-plugin-repo REPO_NAME URL",
   108      "translation": "CF_NAME add-plugin-repo REPO_NAME URL"
   109    },
   110    {
   111      "id": "CF_NAME add-plugin-repo REPO_NAME URL\\n\\nEXAMPLES:\\n   CF_NAME add-plugin-repo PrivateRepo https://myprivaterepo.com/repo/",
   112      "translation": "CF_NAME add-plugin-repo REPO_NAME URL\\n\\nEXAMPLES:\\n   CF_NAME add-plugin-repo PrivateRepo https://myprivaterepo.com/repo/"
   113    },
   114    {
   115      "id": "CF_NAME allow-space-ssh SPACE_NAME",
   116      "translation": "CF_NAME allow-space-ssh SPACE_NAME"
   117    },
   118    {
   119      "id": "CF_NAME api [URL]",
   120      "translation": "CF_NAME api [URL]"
   121    },
   122    {
   123      "id": "CF_NAME app APP_NAME",
   124      "translation": "CF_NAME app APP_NAME"
   125    },
   126    {
   127      "id": "CF_NAME apps",
   128      "translation": "CF_NAME apps"
   129    },
   130    {
   131      "id": "CF_NAME auth USERNAME PASSWORD\n\n",
   132      "translation": "CF_NAME auth USERNAME PASSWORD\n\n"
   133    },
   134    {
   135      "id": "CF_NAME auth USERNAME PASSWORD\\n\\nWARNING:\\n   Providing your password as a command line option is highly discouraged\\n   Your password may be visible to others and may be recorded in your shell history\\n\\nEXAMPLES:\\n   CF_NAME auth name@example.com \\\"my password\\\" (use quotes for passwords with a space)\\n   CF_NAME auth name@example.com \\\"\\\\\\\"password\\\\\\\"\\\" (escape quotes if used in password)",
   136      "translation": "CF_NAME auth USERNAME PASSWORD\\n\\nWARNING:\\n   Providing your password as a command line option is highly discouraged\\n   Your password may be visible to others and may be recorded in your shell history\\n\\nEXAMPLES:\\n   CF_NAME auth name@example.com \\\"my password\\\" (use quotes for passwords with a space)\\n   CF_NAME auth name@example.com \\\"\\\\\\\"password\\\\\\\"\\\" (escape quotes if used in password)"
   137    },
   138    {
   139      "id": "CF_NAME bind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-c PARAMETERS_AS_JSON]",
   140      "translation": "CF_NAME bind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-c PARAMETERS_AS_JSON]"
   141    },
   142    {
   143      "id": "CF_NAME bind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-c PARAMETERS_AS_JSON]\\n\\nEXAMPLES:\\n   CF_NAME bind-route-service example.com myratelimiter --hostname myapp --path foo\\n   CF_NAME bind-route-service example.com myratelimiter -c file.json\\n   CF_NAME bind-route-service example.com myratelimiter -c '{\\\"valid\\\":\\\"json\\\"}'\\n\\n   In Windows PowerShell use double-quoted, escaped JSON: \\\"{\\\\\\\"valid\\\\\\\":\\\\\\\"json\\\\\\\"}\\\"\\n   In Windows Command Line use single-quoted, escaped JSON: '{\\\\\\\"valid\\\\\\\":\\\\\\\"json\\\\\\\"}'",
   144      "translation": "CF_NAME bind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-c PARAMETERS_AS_JSON]\\n\\nEXAMPLES:\\n   CF_NAME bind-route-service example.com myratelimiter --hostname myapp --path foo\\n   CF_NAME bind-route-service example.com myratelimiter -c file.json\\n   CF_NAME bind-route-service example.com myratelimiter -c '{\\\"valid\\\":\\\"json\\\"}'\\n\\n   In Windows PowerShell use double-quoted, escaped JSON: \\\"{\\\\\\\"valid\\\\\\\":\\\\\\\"json\\\\\\\"}\\\"\\n   In Windows Command Line use single-quoted, escaped JSON: '{\\\\\\\"valid\\\\\\\":\\\\\\\"json\\\\\\\"}'"
   145    },
   146    {
   147      "id": "CF_NAME bind-route-service example.com myratelimiter --hostname myapp --path foo",
   148      "translation": "CF_NAME bind-route-service example.com myratelimiter --hostname myapp --path foo"
   149    },
   150    {
   151      "id": "CF_NAME bind-route-service example.com myratelimiter -c '{\"valid\":\"json\"}'",
   152      "translation": "CF_NAME bind-route-service example.com myratelimiter -c '{\"valid\":\"json\"}'"
   153    },
   154    {
   155      "id": "CF_NAME bind-route-service example.com myratelimiter -c file.json",
   156      "translation": "CF_NAME bind-route-service example.com myratelimiter -c file.json"
   157    },
   158    {
   159      "id": "CF_NAME bind-running-security-group SECURITY_GROUP",
   160      "translation": "CF_NAME bind-running-security-group SECURITY_GROUP"
   161    },
   162    {
   163      "id": "CF_NAME bind-running-security-group SECURITY_GROUP\\n\\nTIP: Changes will not apply to existing running applications until they are restarted.",
   164      "translation": "CF_NAME bind-running-security-group SECURITY_GROUP\\n\\nTIP: Changes will not apply to existing running applications until they are restarted."
   165    },
   166    {
   167      "id": "CF_NAME bind-security-group SECURITY_GROUP ORG [SPACE]",
   168      "translation": "CF_NAME bind-security-group SECURITY_GROUP ORG [SPACE]"
   169    },
   170    {
   171      "id": "CF_NAME bind-security-group SECURITY_GROUP ORG [SPACE]\\n\\nTIP: Changes will not apply to existing running applications until they are restarted.",
   172      "translation": "CF_NAME bind-security-group SECURITY_GROUP ORG [SPACE]\\n\\nTIP: Changes will not apply to existing running applications until they are restarted."
   173    },
   174    {
   175      "id": "CF_NAME bind-service APP_NAME SERVICE_INSTANCE [-c PARAMETERS_AS_JSON]",
   176      "translation": "CF_NAME bind-service APP_NAME SERVICE_INSTANCE [-c PARAMETERS_AS_JSON]"
   177    },
   178    {
   179      "id": "CF_NAME bind-service APP_NAME SERVICE_INSTANCE [-c PARAMETERS_AS_JSON]\\n\\n   Optionally provide service-specific configuration parameters in a valid JSON object in-line:\\n\\n   CF_NAME bind-service APP_NAME SERVICE_INSTANCE -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n   Optionally provide a file containing service-specific configuration parameters in a valid JSON object. \\n   The path to the parameters file can be an absolute or relative path to a file.\\n   CF_NAME bind-service APP_NAME SERVICE_INSTANCE -c PATH_TO_FILE\\n\\n   Example of valid JSON object:\\n   {\\n      \\\"permissions\\\": \\\"read-only\\\"\\n   }\\n\\nEXAMPLES:\\n   Linux/Mac:\\n      CF_NAME bind-service myapp mydb -c '{\\\"permissions\\\":\\\"read-only\\\"}'\\n\\n   Windows Command Line:\\n      CF_NAME bind-service myapp mydb -c \\\"{\\\\\\\"permissions\\\\\\\":\\\\\\\"read-only\\\\\\\"}\\\"\\n\\n   Windows PowerShell:\\n      CF_NAME bind-service myapp mydb -c '{\\\\\\\"permissions\\\\\\\":\\\\\\\"read-only\\\\\\\"}'\\n\\n   CF_NAME bind-service myapp mydb -c ~/workspace/tmp/instance_config.json",
   180      "translation": "CF_NAME bind-service APP_NAME SERVICE_INSTANCE [-c PARAMETERS_AS_JSON]\\n\\n   Optionally provide service-specific configuration parameters in a valid JSON object in-line:\\n\\n   CF_NAME bind-service APP_NAME SERVICE_INSTANCE -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n   Optionally provide a file containing service-specific configuration parameters in a valid JSON object. \\n   The path to the parameters file can be an absolute or relative path to a file.\\n   CF_NAME bind-service APP_NAME SERVICE_INSTANCE -c PATH_TO_FILE\\n\\n   Example of valid JSON object:\\n   {\\n      \\\"permissions\\\": \\\"read-only\\\"\\n   }\\n\\nEXAMPLES:\\n   Linux/Mac:\\n      CF_NAME bind-service myapp mydb -c '{\\\"permissions\\\":\\\"read-only\\\"}'\\n\\n   Windows Command Line:\\n      CF_NAME bind-service myapp mydb -c \\\"{\\\\\\\"permissions\\\\\\\":\\\\\\\"read-only\\\\\\\"}\\\"\\n\\n   Windows PowerShell:\\n      CF_NAME bind-service myapp mydb -c '{\\\\\\\"permissions\\\\\\\":\\\\\\\"read-only\\\\\\\"}'\\n\\n   CF_NAME bind-service myapp mydb -c ~/workspace/tmp/instance_config.json"
   181    },
   182    {
   183      "id": "CF_NAME bind-service myapp mydb -c ~/workspace/tmp/instance_config.json",
   184      "translation": "CF_NAME bind-service myapp mydb -c ~/workspace/tmp/instance_config.json"
   185    },
   186    {
   187      "id": "CF_NAME bind-staging-security-group SECURITY_GROUP",
   188      "translation": "CF_NAME bind-staging-security-group SECURITY_GROUP"
   189    },
   190    {
   191      "id": "CF_NAME buildpacks",
   192      "translation": "CF_NAME buildpacks"
   193    },
   194    {
   195      "id": "CF_NAME check-route HOST DOMAIN [--path PATH]",
   196      "translation": "CF_NAME check-route HOST DOMAIN [--path PATH]"
   197    },
   198    {
   199      "id": "CF_NAME check-route HOST DOMAIN [--path PATH]\\n\\nEXAMPLES:\\n   CF_NAME check-route myhost example.com            # example.com\\n   CF_NAME check-route myhost example.com --path foo # myhost.example.com/foo",
   200      "translation": "CF_NAME check-route HOST DOMAIN [--path PATH]\\n\\nEXAMPLES:\\n   CF_NAME check-route myhost example.com            # example.com\\n   CF_NAME check-route myhost example.com --path foo # myhost.example.com/foo"
   201    },
   202    {
   203      "id": "CF_NAME check-route myhost example.com            # example.com",
   204      "translation": "CF_NAME check-route myhost example.com            # example.com"
   205    },
   206    {
   207      "id": "CF_NAME check-route myhost example.com --path foo # myhost.example.com/foo",
   208      "translation": "CF_NAME check-route myhost example.com --path foo # myhost.example.com/foo"
   209    },
   210    {
   211      "id": "CF_NAME config [--async-timeout TIMEOUT_IN_MINUTES] [--trace (true | false | path/to/file)] [--color (true | false)] [--locale (LOCALE | CLEAR)]",
   212      "translation": "CF_NAME config [--async-timeout TIMEOUT_IN_MINUTES] [--trace (true | false | path/to/file)] [--color (true | false)] [--locale (LOCALE | CLEAR)]"
   213    },
   214    {
   215      "id": "CF_NAME copy-source SOURCE_APP TARGET_APP [-s TARGET_SPACE [-o TARGET_ORG]] [--no-restart]",
   216      "translation": "CF_NAME copy-source SOURCE_APP TARGET_APP [-s TARGET_SPACE [-o TARGET_ORG]] [--no-restart]"
   217    },
   218    {
   219      "id": "CF_NAME create-app-manifest APP_NAME [-p /path/to/\u003capp-name\u003e-manifest.yml ]",
   220      "translation": "CF_NAME create-app-manifest APP_NAME [-p /path/to/\u003capp-name\u003e-manifest.yml ]"
   221    },
   222    {
   223      "id": "CF_NAME create-app-manifest APP_NAME [-p /path/to/\u003capp-name\u003e-manifest.yml]",
   224      "translation": "CF_NAME create-app-manifest APP_NAME [-p /path/to/\u003capp-name\u003e-manifest.yml]"
   225    },
   226    {
   227      "id": "CF_NAME create-buildpack BUILDPACK PATH POSITION [--enable|--disable]",
   228      "translation": "CF_NAME create-buildpack BUILDPACK PATH POSITION [--enable|--disable]"
   229    },
   230    {
   231      "id": "CF_NAME create-buildpack BUILDPACK PATH POSITION [--enable|--disable]\\n\\nTIP:\\n   Path should be a zip file, a url to a zip file, or a local directory. Position is a positive integer, sets priority, and is sorted from lowest to highest.",
   232      "translation": "CF_NAME create-buildpack BUILDPACK PATH POSITION [--enable|--disable]\\n\\nTIP:\\n   Path should be a zip file, a url to a zip file, or a local directory. Position is a positive integer, sets priority, and is sorted from lowest to highest."
   233    },
   234    {
   235      "id": "CF_NAME create-domain ORG DOMAIN",
   236      "translation": "CF_NAME create-domain ORG DOMAIN"
   237    },
   238    {
   239      "id": "CF_NAME create-org ORG",
   240      "translation": "CF_NAME create-org ORG"
   241    },
   242    {
   243      "id": "CF_NAME create-quota ",
   244      "translation": "CF_NAME create-quota "
   245    },
   246    {
   247      "id": "CF_NAME create-quota QUOTA [-m TOTAL_MEMORY] [-i INSTANCE_MEMORY] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]",
   248      "translation": "CF_NAME create-quota QUOTA [-m TOTAL_MEMORY] [-i INSTANCE_MEMORY] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]"
   249    },
   250    {
   251      "id": "CF_NAME create-route my-space example.com                             # example.com",
   252      "translation": "CF_NAME create-route my-space example.com                             # example.com"
   253    },
   254    {
   255      "id": "CF_NAME create-route my-space example.com --hostname myapp            # myapp.example.com",
   256      "translation": "CF_NAME create-route my-space example.com --hostname myapp            # myapp.example.com"
   257    },
   258    {
   259      "id": "CF_NAME create-route my-space example.com --hostname myapp --path foo # myapp.example.com/foo",
   260      "translation": "CF_NAME create-route my-space example.com --hostname myapp --path foo # myapp.example.com/foo"
   261    },
   262    {
   263      "id": "CF_NAME create-route my-space example.com --port 50000                # example.com:50000",
   264      "translation": "CF_NAME create-route my-space example.com --port 50000                # example.com:50000"
   265    },
   266    {
   267      "id": "CF_NAME create-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE",
   268      "translation": "CF_NAME create-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE"
   269    },
   270    {
   271      "id": "CF_NAME create-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE\\n\\n   The provided path can be an absolute or relative path to a file.  The file should have\\n   a single array with JSON objects inside describing the rules.  The JSON Base Object is\\n   omitted and only the square brackets and associated child object are required in the file.\\n\\n   Valid json file example:\\n   [\\n     {\\n       \\\"protocol\\\": \\\"tcp\\\",\\n       \\\"destination\\\": \\\"10.0.11.0/24\\\",\\n       \\\"ports\\\": \\\"80,443\\\",\\n       \\\"description\\\": \\\"Allow http and https traffic from ZoneA\\\"\\n     }\\n   ]",
   272      "translation": "CF_NAME create-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE\\n\\n   The provided path can be an absolute or relative path to a file.  The file should have\\n   a single array with JSON objects inside describing the rules.  The JSON Base Object is\\n   omitted and only the square brackets and associated child object are required in the file.\\n\\n   Valid json file example:\\n   [\\n     {\\n       \\\"protocol\\\": \\\"tcp\\\",\\n       \\\"destination\\\": \\\"10.0.11.0/24\\\",\\n       \\\"ports\\\": \\\"80,443\\\",\\n       \\\"description\\\": \\\"Allow http and https traffic from ZoneA\\\"\\n     }\\n   ]"
   273    },
   274    {
   275      "id": "CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE [-c PARAMETERS_AS_JSON] [-t TAGS]",
   276      "translation": "CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE [-c PARAMETERS_AS_JSON] [-t TAGS]"
   277    },
   278    {
   279      "id": "CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE [-c PARAMETERS_AS_JSON] [-t TAGS]\\n\\n   Optionally provide service-specific configuration parameters in a valid JSON object in-line:\\n\\n   CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n   Optionally provide a file containing service-specific configuration parameters in a valid JSON object.\\n   The path to the parameters file can be an absolute or relative path to a file:\\n\\n   CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE -c PATH_TO_FILE\\n\\n   Example of valid JSON object:\\n   {\\n      \\\"cluster_nodes\\\": {\\n         \\\"count\\\": 5,\\n         \\\"memory_mb\\\": 1024\\n      }\\n   }\\n\\nTIP:\\n   Use 'CF_NAME create-user-provided-service' to make user-provided services available to CF apps\\n\\nEXAMPLES:\\n   Linux/Mac:\\n      CF_NAME create-service db-service silver mydb -c '{\\\"ram_gb\\\":4}'\\n\\n   Windows Command Line:\\n      CF_NAME create-service db-service silver mydb -c \\\"{\\\\\\\"ram_gb\\\\\\\":4}\\\"\\n\\n   Windows PowerShell:\\n      CF_NAME create-service db-service silver mydb -c '{\\\\\\\"ram_gb\\\\\\\":4}'\\n\\n   CF_NAME create-service db-service silver mydb -c ~/workspace/tmp/instance_config.json\\n\\n   CF_NAME create-service db-service silver mydb -t \\\"list, of, tags\\\"",
   280      "translation": "CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE [-c PARAMETERS_AS_JSON] [-t TAGS]\\n\\n   Optionally provide service-specific configuration parameters in a valid JSON object in-line:\\n\\n   CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n   Optionally provide a file containing service-specific configuration parameters in a valid JSON object.\\n   The path to the parameters file can be an absolute or relative path to a file:\\n\\n   CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE -c PATH_TO_FILE\\n\\n   Example of valid JSON object:\\n   {\\n      \\\"cluster_nodes\\\": {\\n         \\\"count\\\": 5,\\n         \\\"memory_mb\\\": 1024\\n      }\\n   }\\n\\nTIP:\\n   Use 'CF_NAME create-user-provided-service' to make user-provided services available to CF apps\\n\\nEXAMPLES:\\n   Linux/Mac:\\n      CF_NAME create-service db-service silver mydb -c '{\\\"ram_gb\\\":4}'\\n\\n   Windows Command Line:\\n      CF_NAME create-service db-service silver mydb -c \\\"{\\\\\\\"ram_gb\\\\\\\":4}\\\"\\n\\n   Windows PowerShell:\\n      CF_NAME create-service db-service silver mydb -c '{\\\\\\\"ram_gb\\\\\\\":4}'\\n\\n   CF_NAME create-service db-service silver mydb -c ~/workspace/tmp/instance_config.json\\n\\n   CF_NAME create-service db-service silver mydb -t \\\"list, of, tags\\\""
   281    },
   282    {
   283      "id": "CF_NAME create-service db-service silver mydb -c ~/workspace/tmp/instance_config.json",
   284      "translation": "CF_NAME create-service db-service silver mydb -c ~/workspace/tmp/instance_config.json"
   285    },
   286    {
   287      "id": "CF_NAME create-service db-service silver mydb -t \"list, of, tags\"",
   288      "translation": "CF_NAME create-service db-service silver mydb -t \"list, of, tags\""
   289    },
   290    {
   291      "id": "CF_NAME create-service-auth-token LABEL PROVIDER TOKEN",
   292      "translation": "CF_NAME create-service-auth-token LABEL PROVIDER TOKEN"
   293    },
   294    {
   295      "id": "CF_NAME create-service-broker SERVICE_BROKER USERNAME PASSWORD URL [--space-scoped]",
   296      "translation": "CF_NAME create-service-broker SERVICE_BROKER USERNAME PASSWORD URL [--space-scoped]"
   297    },
   298    {
   299      "id": "CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY [-c PARAMETERS_AS_JSON]\\n\\n   Optionally provide service-specific configuration parameters in a valid JSON object in-line.\\n   CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n   Optionally provide a file containing service-specific configuration parameters in a valid JSON object. The path to the parameters file can be an absolute or relative path to a file.\\n   CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY -c PATH_TO_FILE\\n\\n   Example of valid JSON object:\\n   {\\n      \\\"permissions\\\": \\\"read-only\\\"\\n   }\\n\\nEXAMPLES:\\n   CF_NAME create-service-key mydb mykey -c '{\\\"permissions\\\":\\\"read-only\\\"}'\\n   CF_NAME create-service-key mydb mykey -c ~/workspace/tmp/instance_config.json",
   300      "translation": "CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY [-c PARAMETERS_AS_JSON]\\n\\n   Optionally provide service-specific configuration parameters in a valid JSON object in-line.\\n   CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n   Optionally provide a file containing service-specific configuration parameters in a valid JSON object. The path to the parameters file can be an absolute or relative path to a file.\\n   CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY -c PATH_TO_FILE\\n\\n   Example of valid JSON object:\\n   {\\n      \\\"permissions\\\": \\\"read-only\\\"\\n   }\\n\\nEXAMPLES:\\n   CF_NAME create-service-key mydb mykey -c '{\\\"permissions\\\":\\\"read-only\\\"}'\\n   CF_NAME create-service-key mydb mykey -c ~/workspace/tmp/instance_config.json"
   301    },
   302    {
   303      "id": "CF_NAME create-service-key mydb mykey -c '{\"permissions\":\"read-only\"}'",
   304      "translation": "CF_NAME create-service-key mydb mykey -c '{\"permissions\":\"read-only\"}'"
   305    },
   306    {
   307      "id": "CF_NAME create-service-key mydb mykey -c ~/workspace/tmp/instance_config.json",
   308      "translation": "CF_NAME create-service-key mydb mykey -c ~/workspace/tmp/instance_config.json"
   309    },
   310    {
   311      "id": "CF_NAME create-shared-domain DOMAIN [--router-group ROUTER_GROUP]",
   312      "translation": "CF_NAME create-shared-domain DOMAIN [--router-group ROUTER_GROUP]"
   313    },
   314    {
   315      "id": "CF_NAME create-space SPACE [-o ORG] [-q SPACE-QUOTA]",
   316      "translation": "CF_NAME create-space SPACE [-o ORG] [-q SPACE-QUOTA]"
   317    },
   318    {
   319      "id": "CF_NAME create-space SPACE [-o ORG] [-q SPACE_QUOTA]",
   320      "translation": "CF_NAME create-space SPACE [-o ORG] [-q SPACE_QUOTA]"
   321    },
   322    {
   323      "id": "CF_NAME create-space-quota ",
   324      "translation": "CF_NAME create-space-quota "
   325    },
   326    {
   327      "id": "CF_NAME create-space-quota QUOTA [-i INSTANCE_MEMORY] [-m MEMORY] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]",
   328      "translation": "CF_NAME create-space-quota QUOTA [-i INSTANCE_MEMORY] [-m MEMORY] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]"
   329    },
   330    {
   331      "id": "CF_NAME create-user USERNAME PASSWORD",
   332      "translation": "CF_NAME create-user USERNAME PASSWORD"
   333    },
   334    {
   335      "id": "CF_NAME create-user USERNAME PASSWORD\\n   CF_NAME create-user USERNAME --origin ORIGIN\\n\\nEXAMPLES:\\n   cf create-user j.smith@example.com S3cr3t                  # internal user\\n   cf create-user j.smith@example.com --origin ldap           # LDAP user\\n   cf create-user j.smith@example.com --origin provider-alias # SAML or OpenID Connect federated user",
   336      "translation": "CF_NAME create-user USERNAME PASSWORD\\n   CF_NAME create-user USERNAME --origin ORIGIN\\n\\nEXAMPLES:\\n   cf create-user j.smith@example.com S3cr3t                  # internal user\\n   cf create-user j.smith@example.com --origin ldap           # LDAP user\\n   cf create-user j.smith@example.com --origin provider-alias # SAML or OpenID Connect federated user"
   337    },
   338    {
   339      "id": "CF_NAME create-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG_DRAIN_URL] [-r ROUTE_SERVICE_URL]\\n\\n   Pass comma separated credential parameter names to enable interactive mode:\\n   CF_NAME create-user-provided-service SERVICE_INSTANCE -p \\\"comma, separated, parameter, names\\\"\\n\\n   Pass credential parameters as JSON to create a service non-interactively:\\n   CF_NAME create-user-provided-service SERVICE_INSTANCE -p '{\\\"key1\\\":\\\"value1\\\",\\\"key2\\\":\\\"value2\\\"}'\\n\\n   Specify a path to a file containing JSON:\\n   CF_NAME create-user-provided-service SERVICE_INSTANCE -p PATH_TO_FILE\\n\\nEXAMPLES:\\n   CF_NAME create-user-provided-service my-db-mine -p \\\"username, password\\\"\\n   CF_NAME create-user-provided-service my-db-mine -p /path/to/credentials.json\\n   CF_NAME create-user-provided-service my-drain-service -l syslog://example.com\\n   CF_NAME create-user-provided-service my-route-service -r https://example.com\\n\\n   Linux/Mac:\\n      CF_NAME create-user-provided-service my-db-mine -p '{\\\"username\\\":\\\"admin\\\",\\\"password\\\":\\\"pa55woRD\\\"}'\\n\\n   Windows Command Line:\\n      CF_NAME create-user-provided-service my-db-mine -p \\\"{\\\\\\\"username\\\\\\\":\\\\\\\"admin\\\\\\\",\\\\\\\"password\\\\\\\":\\\\\\\"pa55woRD\\\\\\\"}\\\"\\n\\n   Windows PowerShell:\\n      CF_NAME create-user-provided-service my-db-mine -p '{\\\\\\\"username\\\\\\\":\\\\\\\"admin\\\\\\\",\\\\\\\"password\\\\\\\":\\\\\\\"pa55woRD\\\\\\\"}'",
   340      "translation": "CF_NAME create-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG_DRAIN_URL] [-r ROUTE_SERVICE_URL]\\n\\n   Pass comma separated credential parameter names to enable interactive mode:\\n   CF_NAME create-user-provided-service SERVICE_INSTANCE -p \\\"comma, separated, parameter, names\\\"\\n\\n   Pass credential parameters as JSON to create a service non-interactively:\\n   CF_NAME create-user-provided-service SERVICE_INSTANCE -p '{\\\"key1\\\":\\\"value1\\\",\\\"key2\\\":\\\"value2\\\"}'\\n\\n   Specify a path to a file containing JSON:\\n   CF_NAME create-user-provided-service SERVICE_INSTANCE -p PATH_TO_FILE\\n\\nEXAMPLES:\\n   CF_NAME create-user-provided-service my-db-mine -p \\\"username, password\\\"\\n   CF_NAME create-user-provided-service my-db-mine -p /path/to/credentials.json\\n   CF_NAME create-user-provided-service my-drain-service -l syslog://example.com\\n   CF_NAME create-user-provided-service my-route-service -r https://example.com\\n\\n   Linux/Mac:\\n      CF_NAME create-user-provided-service my-db-mine -p '{\\\"username\\\":\\\"admin\\\",\\\"password\\\":\\\"pa55woRD\\\"}'\\n\\n   Windows Command Line:\\n      CF_NAME create-user-provided-service my-db-mine -p \\\"{\\\\\\\"username\\\\\\\":\\\\\\\"admin\\\\\\\",\\\\\\\"password\\\\\\\":\\\\\\\"pa55woRD\\\\\\\"}\\\"\\n\\n   Windows PowerShell:\\n      CF_NAME create-user-provided-service my-db-mine -p '{\\\\\\\"username\\\\\\\":\\\\\\\"admin\\\\\\\",\\\\\\\"password\\\\\\\":\\\\\\\"pa55woRD\\\\\\\"}'"
   341    },
   342    {
   343      "id": "CF_NAME create-user-provided-service my-db-mine -p \"username, password\"",
   344      "translation": "CF_NAME create-user-provided-service my-db-mine -p \"username, password\""
   345    },
   346    {
   347      "id": "CF_NAME create-user-provided-service my-db-mine -p /path/to/credentials.json",
   348      "translation": "CF_NAME create-user-provided-service my-db-mine -p /path/to/credentials.json"
   349    },
   350    {
   351      "id": "CF_NAME create-user-provided-service my-drain-service -l syslog://example.com",
   352      "translation": "CF_NAME create-user-provided-service my-drain-service -l syslog://example.com"
   353    },
   354    {
   355      "id": "CF_NAME create-user-provided-service my-route-service -r https://example.com",
   356      "translation": "CF_NAME create-user-provided-service my-route-service -r https://example.com"
   357    },
   358    {
   359      "id": "CF_NAME curl \"/v2/apps\" -X GET -H \"Content-Type: application/x-www-form-urlencoded\" -d 'q=name:myapp'",
   360      "translation": "CF_NAME curl \"/v2/apps\" -X GET -H \"Content-Type: application/x-www-form-urlencoded\" -d 'q=name:myapp'"
   361    },
   362    {
   363      "id": "CF_NAME curl \"/v2/apps\" -d @/path/to/file",
   364      "translation": "CF_NAME curl \"/v2/apps\" -d @/path/to/file"
   365    },
   366    {
   367      "id": "CF_NAME curl PATH [-iv] [-X METHOD] [-H HEADER] [-d DATA] [--output FILE]\\n\\n   By default 'CF_NAME curl' will perform a GET to the specified PATH. If data\\n   is provided via -d, a POST will be performed instead, and the Content-Type\\n   will be set to application/json. You may override headers with -H and the\\n   request method with -X.\\n\\n   For API documentation, please visit http://apidocs.cloudfoundry.org.\\n\\nEXAMPLES:\\n   CF_NAME curl \\\"/v2/apps\\\" -X GET -H \\\"Content-Type: application/x-www-form-urlencoded\\\" -d 'q=name:myapp'\\n   CF_NAME curl \\\"/v2/apps\\\" -d @/path/to/file",
   368      "translation": "CF_NAME curl PATH [-iv] [-X METHOD] [-H HEADER] [-d DATA] [--output FILE]\\n\\n   By default 'CF_NAME curl' will perform a GET to the specified PATH. If data\\n   is provided via -d, a POST will be performed instead, and the Content-Type\\n   will be set to application/json. You may override headers with -H and the\\n   request method with -X.\\n\\n   For API documentation, please visit http://apidocs.cloudfoundry.org.\\n\\nEXAMPLES:\\n   CF_NAME curl \\\"/v2/apps\\\" -X GET -H \\\"Content-Type: application/x-www-form-urlencoded\\\" -d 'q=name:myapp'\\n   CF_NAME curl \\\"/v2/apps\\\" -d @/path/to/file"
   369    },
   370    {
   371      "id": "CF_NAME delete APP_NAME [-f -r]",
   372      "translation": "CF_NAME delete APP_NAME [-f -r]"
   373    },
   374    {
   375      "id": "CF_NAME delete APP_NAME [-r] [-f]",
   376      "translation": "CF_NAME delete APP_NAME [-r] [-f]"
   377    },
   378    {
   379      "id": "CF_NAME delete-buildpack BUILDPACK [-f]",
   380      "translation": "CF_NAME delete-buildpack BUILDPACK [-f]"
   381    },
   382    {
   383      "id": "CF_NAME delete-domain DOMAIN [-f]",
   384      "translation": "CF_NAME delete-domain DOMAIN [-f]"
   385    },
   386    {
   387      "id": "CF_NAME delete-org ORG [-f]",
   388      "translation": "CF_NAME delete-org ORG [-f]"
   389    },
   390    {
   391      "id": "CF_NAME delete-orphaned-routes [-f]",
   392      "translation": "CF_NAME delete-orphaned-routes [-f]"
   393    },
   394    {
   395      "id": "CF_NAME delete-quota QUOTA [-f]",
   396      "translation": "CF_NAME delete-quota QUOTA [-f]"
   397    },
   398    {
   399      "id": "CF_NAME delete-route example.com                              # example.com",
   400      "translation": "CF_NAME delete-route example.com                              # example.com"
   401    },
   402    {
   403      "id": "CF_NAME delete-route example.com --hostname myhost            # myhost.example.com",
   404      "translation": "CF_NAME delete-route example.com --hostname myhost            # myhost.example.com"
   405    },
   406    {
   407      "id": "CF_NAME delete-route example.com --hostname myhost --path foo # myhost.example.com/foo",
   408      "translation": "CF_NAME delete-route example.com --hostname myhost --path foo # myhost.example.com/foo"
   409    },
   410    {
   411      "id": "CF_NAME delete-route example.com --port 50000                 # example.com:50000",
   412      "translation": "CF_NAME delete-route example.com --port 50000                 # example.com:50000"
   413    },
   414    {
   415      "id": "CF_NAME delete-security-group SECURITY_GROUP [-f]",
   416      "translation": "CF_NAME delete-security-group SECURITY_GROUP [-f]"
   417    },
   418    {
   419      "id": "CF_NAME delete-service SERVICE_INSTANCE [-f]",
   420      "translation": "CF_NAME delete-service SERVICE_INSTANCE [-f]"
   421    },
   422    {
   423      "id": "CF_NAME delete-service-auth-token LABEL PROVIDER [-f]",
   424      "translation": "CF_NAME delete-service-auth-token LABEL PROVIDER [-f]"
   425    },
   426    {
   427      "id": "CF_NAME delete-service-broker SERVICE_BROKER [-f]",
   428      "translation": "CF_NAME delete-service-broker SERVICE_BROKER [-f]"
   429    },
   430    {
   431      "id": "CF_NAME delete-service-key SERVICE_INSTANCE SERVICE_KEY [-f]",
   432      "translation": "CF_NAME delete-service-key SERVICE_INSTANCE SERVICE_KEY [-f]"
   433    },
   434    {
   435      "id": "CF_NAME delete-service-key SERVICE_INSTANCE SERVICE_KEY [-f]\\n\\nEXAMPLES:\\n   CF_NAME delete-service-key mydb mykey",
   436      "translation": "CF_NAME delete-service-key SERVICE_INSTANCE SERVICE_KEY [-f]\\n\\nEXAMPLES:\\n   CF_NAME delete-service-key mydb mykey"
   437    },
   438    {
   439      "id": "CF_NAME delete-service-key mydb mykey",
   440      "translation": "CF_NAME delete-service-key mydb mykey"
   441    },
   442    {
   443      "id": "CF_NAME delete-shared-domain DOMAIN [-f]",
   444      "translation": "CF_NAME delete-shared-domain DOMAIN [-f]"
   445    },
   446    {
   447      "id": "CF_NAME delete-space SPACE [-o ORG] [-f]",
   448      "translation": "CF_NAME delete-space SPACE [-o ORG] [-f]"
   449    },
   450    {
   451      "id": "CF_NAME delete-space-quota SPACE-QUOTA-NAME [-f]",
   452      "translation": "CF_NAME delete-space-quota SPACE-QUOTA-NAME [-f]"
   453    },
   454    {
   455      "id": "CF_NAME delete-space-quota SPACE_QUOTA_NAME [-f]",
   456      "translation": "CF_NAME delete-space-quota SPACE_QUOTA_NAME [-f]"
   457    },
   458    {
   459      "id": "CF_NAME delete-user USERNAME [-f]",
   460      "translation": "CF_NAME delete-user USERNAME [-f]"
   461    },
   462    {
   463      "id": "CF_NAME disable-feature-flag FEATURE_NAME",
   464      "translation": "CF_NAME disable-feature-flag FEATURE_NAME"
   465    },
   466    {
   467      "id": "CF_NAME disable-service-access SERVICE [-p PLAN] [-o ORG]",
   468      "translation": "CF_NAME disable-service-access SERVICE [-p PLAN] [-o ORG]"
   469    },
   470    {
   471      "id": "CF_NAME disable-ssh APP_NAME",
   472      "translation": "CF_NAME disable-ssh APP_NAME"
   473    },
   474    {
   475      "id": "CF_NAME disallow-space-ssh SPACE_NAME",
   476      "translation": "CF_NAME disallow-space-ssh SPACE_NAME"
   477    },
   478    {
   479      "id": "CF_NAME domains",
   480      "translation": "CF_NAME domains"
   481    },
   482    {
   483      "id": "CF_NAME enable-feature-flag FEATURE_NAME",
   484      "translation": "CF_NAME enable-feature-flag FEATURE_NAME"
   485    },
   486    {
   487      "id": "CF_NAME enable-service-access SERVICE [-p PLAN] [-o ORG]",
   488      "translation": "CF_NAME enable-service-access SERVICE [-p PLAN] [-o ORG]"
   489    },
   490    {
   491      "id": "CF_NAME enable-ssh APP_NAME",
   492      "translation": "CF_NAME enable-ssh APP_NAME"
   493    },
   494    {
   495      "id": "CF_NAME env APP_NAME",
   496      "translation": "CF_NAME env APP_NAME"
   497    },
   498    {
   499      "id": "CF_NAME events ",
   500      "translation": "CF_NAME events "
   501    },
   502    {
   503      "id": "CF_NAME events APP_NAME",
   504      "translation": "CF_NAME events APP_NAME"
   505    },
   506    {
   507      "id": "CF_NAME feature-flag FEATURE_NAME",
   508      "translation": "CF_NAME feature-flag FEATURE_NAME"
   509    },
   510    {
   511      "id": "CF_NAME feature-flags",
   512      "translation": "CF_NAME feature-flags"
   513    },
   514    {
   515      "id": "CF_NAME files APP_NAME [PATH] [-i INSTANCE]\\n\\nTIP:\\n   To list and inspect files of an app running on the Diego backend, use 'CF_NAME ssh'",
   516      "translation": "CF_NAME files APP_NAME [PATH] [-i INSTANCE]\\n\\nTIP:\\n   To list and inspect files of an app running on the Diego backend, use 'CF_NAME ssh'"
   517    },
   518    {
   519      "id": "CF_NAME get-health-check APP_NAME",
   520      "translation": "CF_NAME get-health-check APP_NAME"
   521    },
   522    {
   523      "id": "CF_NAME help [COMMAND]",
   524      "translation": "CF_NAME help [COMMAND]"
   525    },
   526    {
   527      "id": "CF_NAME install-plugin (LOCAL-PATH/TO/PLUGIN | URL | -r REPO_NAME PLUGIN_NAME) [-f]\\n\\n   Prompts for confirmation unless '-f' is provided.\\n\\nEXAMPLES:\\n   CF_NAME install-plugin ~/Downloads/plugin-foobar\\n   CF_NAME install-plugin https://example.com/plugin-foobar_linux_amd64\\n   CF_NAME install-plugin -r My-Repo plugin-echo",
   528      "translation": "CF_NAME install-plugin (LOCAL-PATH/TO/PLUGIN | URL | -r REPO_NAME PLUGIN_NAME) [-f]\\n\\n   Prompts for confirmation unless '-f' is provided.\\n\\nEXAMPLES:\\n   CF_NAME install-plugin ~/Downloads/plugin-foobar\\n   CF_NAME install-plugin https://example.com/plugin-foobar_linux_amd64\\n   CF_NAME install-plugin -r My-Repo plugin-echo"
   529    },
   530    {
   531      "id": "CF_NAME install-plugin -r My-Repo plugin-echo",
   532      "translation": "CF_NAME install-plugin -r My-Repo plugin-echo"
   533    },
   534    {
   535      "id": "CF_NAME install-plugin https://example.com/plugin-foobar_linux_amd64",
   536      "translation": "CF_NAME install-plugin https://example.com/plugin-foobar_linux_amd64"
   537    },
   538    {
   539      "id": "CF_NAME install-plugin ~/Downloads/plugin-foobar",
   540      "translation": "CF_NAME install-plugin ~/Downloads/plugin-foobar"
   541    },
   542    {
   543      "id": "CF_NAME list-plugin-repos",
   544      "translation": "CF_NAME list-plugin-repos"
   545    },
   546    {
   547      "id": "CF_NAME login [-a API_URL] [-u USERNAME] [-p PASSWORD] [-o ORG] [-s SPACE]\n\n",
   548      "translation": "CF_NAME login [-a API_URL] [-u USERNAME] [-p PASSWORD] [-o ORG] [-s SPACE]\n\n"
   549    },
   550    {
   551      "id": "CF_NAME login [-a API_URL] [-u USERNAME] [-p PASSWORD] [-o ORG] [-s SPACE]\\n\\nWARNING:\\n   Providing your password as a command line option is highly discouraged\\n   Your password may be visible to others and may be recorded in your shell history\\n\\nEXAMPLES:\\n   CF_NAME login (omit username and password to login interactively -- CF_NAME will prompt for both)\\n   CF_NAME login -u name@example.com -p pa55woRD (specify username and password as arguments)\\n   CF_NAME login -u name@example.com -p \\\"my password\\\" (use quotes for passwords with a space)\\n   CF_NAME login -u name@example.com -p \\\"\\\\\\\"password\\\\\\\"\\\" (escape quotes if used in password)\\n   CF_NAME login --sso (CF_NAME will provide a url to obtain a one-time password to login)",
   552      "translation": "CF_NAME login [-a API_URL] [-u USERNAME] [-p PASSWORD] [-o ORG] [-s SPACE]\\n\\nWARNING:\\n   Providing your password as a command line option is highly discouraged\\n   Your password may be visible to others and may be recorded in your shell history\\n\\nEXAMPLES:\\n   CF_NAME login (omit username and password to login interactively -- CF_NAME will prompt for both)\\n   CF_NAME login -u name@example.com -p pa55woRD (specify username and password as arguments)\\n   CF_NAME login -u name@example.com -p \\\"my password\\\" (use quotes for passwords with a space)\\n   CF_NAME login -u name@example.com -p \\\"\\\\\\\"password\\\\\\\"\\\" (escape quotes if used in password)\\n   CF_NAME login --sso (CF_NAME will provide a url to obtain a one-time password to login)"
   553    },
   554    {
   555      "id": "CF_NAME logout",
   556      "translation": "CF_NAME logout"
   557    },
   558    {
   559      "id": "CF_NAME logs APP_NAME",
   560      "translation": "CF_NAME logs APP_NAME"
   561    },
   562    {
   563      "id": "CF_NAME map-route my-app example.com                              # example.com",
   564      "translation": "CF_NAME map-route my-app example.com                              # example.com"
   565    },
   566    {
   567      "id": "CF_NAME map-route my-app example.com --hostname myhost            # myhost.example.com",
   568      "translation": "CF_NAME map-route my-app example.com --hostname myhost            # myhost.example.com"
   569    },
   570    {
   571      "id": "CF_NAME map-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo",
   572      "translation": "CF_NAME map-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo"
   573    },
   574    {
   575      "id": "CF_NAME map-route my-app example.com --port 50000                 # example.com:50000",
   576      "translation": "CF_NAME map-route my-app example.com --port 50000                 # example.com:50000"
   577    },
   578    {
   579      "id": "CF_NAME marketplace ",
   580      "translation": "CF_NAME marketplace "
   581    },
   582    {
   583      "id": "CF_NAME marketplace [-s SERVICE]",
   584      "translation": "CF_NAME marketplace [-s SERVICE]"
   585    },
   586    {
   587      "id": "CF_NAME migrate-service-instances v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN\n\n",
   588      "translation": "CF_NAME migrate-service-instances v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN\n\n"
   589    },
   590    {
   591      "id": "CF_NAME migrate-service-instances v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN\\n\\nWARNING: This operation is internal to Cloud Foundry; service brokers will not be contacted and resources for service instances will not be altered. The primary use case for this operation is to replace a service broker which implements the v1 Service Broker API with a broker which implements the v2 API by remapping service instances from v1 plans to v2 plans.  We recommend making the v1 plan private or shutting down the v1 broker to prevent additional instances from being created. Once service instances have been migrated, the v1 services and plans can be removed from Cloud Foundry.",
   592      "translation": "CF_NAME migrate-service-instances v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN\\n\\nWARNING: This operation is internal to Cloud Foundry; service brokers will not be contacted and resources for service instances will not be altered. The primary use case for this operation is to replace a service broker which implements the v1 Service Broker API with a broker which implements the v2 API by remapping service instances from v1 plans to v2 plans.  We recommend making the v1 plan private or shutting down the v1 broker to prevent additional instances from being created. Once service instances have been migrated, the v1 services and plans can be removed from Cloud Foundry."
   593    },
   594    {
   595      "id": "CF_NAME oauth-token",
   596      "translation": "CF_NAME oauth-token"
   597    },
   598    {
   599      "id": "CF_NAME org ORG",
   600      "translation": "CF_NAME org ORG"
   601    },
   602    {
   603      "id": "CF_NAME org ORG [--guid]",
   604      "translation": ""
   605    },
   606    {
   607      "id": "CF_NAME org-users ORG",
   608      "translation": "CF_NAME org-users ORG"
   609    },
   610    {
   611      "id": "CF_NAME orgs",
   612      "translation": "CF_NAME orgs"
   613    },
   614    {
   615      "id": "CF_NAME passwd",
   616      "translation": "CF_NAME passwd"
   617    },
   618    {
   619      "id": "CF_NAME plugins",
   620      "translation": "CF_NAME plugins"
   621    },
   622    {
   623      "id": "CF_NAME plugins [--checksum]",
   624      "translation": ""
   625    },
   626    {
   627      "id": "CF_NAME purge-service-instance SERVICE_INSTANCE",
   628      "translation": "CF_NAME purge-service-instance SERVICE_INSTANCE"
   629    },
   630    {
   631      "id": "CF_NAME purge-service-instance SERVICE_INSTANCE\\n\\nWARNING: This operation assumes that the service broker responsible for this service instance is no longer available or is not responding with a 200 or 410, and the service instance has been deleted, leaving orphan records in Cloud Foundry's database. All knowledge of the service instance will be removed from Cloud Foundry, including service bindings and service keys.",
   632      "translation": "CF_NAME purge-service-instance SERVICE_INSTANCE\\n\\nWARNING: This operation assumes that the service broker responsible for this service instance is no longer available or is not responding with a 200 or 410, and the service instance has been deleted, leaving orphan records in Cloud Foundry's database. All knowledge of the service instance will be removed from Cloud Foundry, including service bindings and service keys."
   633    },
   634    {
   635      "id": "CF_NAME purge-service-offering SERVICE [-p PROVIDER]",
   636      "translation": "CF_NAME purge-service-offering SERVICE [-p PROVIDER]"
   637    },
   638    {
   639      "id": "CF_NAME purge-service-offering SERVICE [-p PROVIDER] [-f]\\n\\nWARNING: This operation assumes that the service broker responsible for this service offering is no longer available, and all service instances have been deleted, leaving orphan records in Cloud Foundry's database. All knowledge of the service will be removed from Cloud Foundry, including service instances and service bindings. No attempt will be made to contact the service broker; running this command without destroying the service broker will cause orphan service instances. After running this command you may want to run either delete-service-auth-token or delete-service-broker to complete the cleanup.",
   640      "translation": "CF_NAME purge-service-offering SERVICE [-p PROVIDER] [-f]\\n\\nWARNING: This operation assumes that the service broker responsible for this service offering is no longer available, and all service instances have been deleted, leaving orphan records in Cloud Foundry's database. All knowledge of the service will be removed from Cloud Foundry, including service instances and service bindings. No attempt will be made to contact the service broker; running this command without destroying the service broker will cause orphan service instances. After running this command you may want to run either delete-service-auth-token or delete-service-broker to complete the cleanup."
   641    },
   642    {
   643      "id": "CF_NAME push ",
   644      "translation": "CF_NAME push "
   645    },
   646    {
   647      "id": "CF_NAME quota QUOTA",
   648      "translation": "CF_NAME quota QUOTA"
   649    },
   650    {
   651      "id": "CF_NAME quotas",
   652      "translation": "CF_NAME quotas"
   653    },
   654    {
   655      "id": "CF_NAME remove-plugin-repo PrivateRepo",
   656      "translation": "CF_NAME remove-plugin-repo PrivateRepo"
   657    },
   658    {
   659      "id": "CF_NAME remove-plugin-repo REPO_NAME",
   660      "translation": "CF_NAME remove-plugin-repo REPO_NAME"
   661    },
   662    {
   663      "id": "CF_NAME remove-plugin-repo REPO_NAME\\n\\nEXAMPLES:\\n   CF_NAME remove-plugin-repo PrivateRepo",
   664      "translation": "CF_NAME remove-plugin-repo REPO_NAME\\n\\nEXAMPLES:\\n   CF_NAME remove-plugin-repo PrivateRepo"
   665    },
   666    {
   667      "id": "CF_NAME rename APP_NAME NEW_APP_NAME",
   668      "translation": "CF_NAME rename APP_NAME NEW_APP_NAME"
   669    },
   670    {
   671      "id": "CF_NAME rename-buildpack BUILDPACK_NAME NEW_BUILDPACK_NAME",
   672      "translation": "CF_NAME rename-buildpack BUILDPACK_NAME NEW_BUILDPACK_NAME"
   673    },
   674    {
   675      "id": "CF_NAME rename-org ORG NEW_ORG",
   676      "translation": "CF_NAME rename-org ORG NEW_ORG"
   677    },
   678    {
   679      "id": "CF_NAME rename-service SERVICE_INSTANCE NEW_SERVICE_INSTANCE",
   680      "translation": "CF_NAME rename-service SERVICE_INSTANCE NEW_SERVICE_INSTANCE"
   681    },
   682    {
   683      "id": "CF_NAME rename-service-broker SERVICE_BROKER NEW_SERVICE_BROKER",
   684      "translation": "CF_NAME rename-service-broker SERVICE_BROKER NEW_SERVICE_BROKER"
   685    },
   686    {
   687      "id": "CF_NAME rename-space SPACE NEW_SPACE",
   688      "translation": "CF_NAME rename-space SPACE NEW_SPACE"
   689    },
   690    {
   691      "id": "CF_NAME repo-plugins -r PrivateRepo",
   692      "translation": "CF_NAME repo-plugins -r PrivateRepo"
   693    },
   694    {
   695      "id": "CF_NAME repo-plugins [-r REPO_NAME]",
   696      "translation": "CF_NAME repo-plugins [-r REPO_NAME]"
   697    },
   698    {
   699      "id": "CF_NAME repo-plugins [-r REPO_NAME]\\n\\nEXAMPLES:\\n   CF_NAME repo-plugins -r PrivateRepo",
   700      "translation": "CF_NAME repo-plugins [-r REPO_NAME]\\n\\nEXAMPLES:\\n   CF_NAME repo-plugins -r PrivateRepo"
   701    },
   702    {
   703      "id": "CF_NAME restage APP_NAME",
   704      "translation": "CF_NAME restage APP_NAME"
   705    },
   706    {
   707      "id": "CF_NAME restart APP_NAME",
   708      "translation": "CF_NAME restart APP_NAME"
   709    },
   710    {
   711      "id": "CF_NAME restart-app-instance APP_NAME INDEX",
   712      "translation": "CF_NAME restart-app-instance APP_NAME INDEX"
   713    },
   714    {
   715      "id": "CF_NAME router-groups",
   716      "translation": "CF_NAME router-groups"
   717    },
   718    {
   719      "id": "CF_NAME routes [--orglevel]",
   720      "translation": "CF_NAME routes [--orglevel]"
   721    },
   722    {
   723      "id": "CF_NAME run-task APP_NAME COMMAND [-k DISK] [-m MEMORY] [--name TASK_NAME]\\n\\nTIP:\\n   Use 'cf logs' to display the logs of the app and all its tasks. If your task name is unique, grep this command's output for the task name to view task-specific logs.\\n\\nEXAMPLES:\\n   CF_NAME run-task my-app \\\"bundle exec rake db:migrate\\\" --name migrate",
   724      "translation": "CF_NAME run-task APP_NAME COMMAND [-k DISK] [-m MEMORY] [--name TASK_NAME]\\n\\nTIP:\\n   Use 'cf logs' to display the logs of the app and all its tasks. If your task name is unique, grep this command's output for the task name to view task-specific logs.\\n\\nEXAMPLES:\\n   CF_NAME run-task my-app \\\"bundle exec rake db:migrate\\\" --name migrate"
   725    },
   726    {
   727      "id": "CF_NAME running-environment-variable-group",
   728      "translation": "CF_NAME running-environment-variable-group"
   729    },
   730    {
   731      "id": "CF_NAME running-security-groups",
   732      "translation": "CF_NAME running-security-groups"
   733    },
   734    {
   735      "id": "CF_NAME scale APP_NAME [-i INSTANCES] [-k DISK] [-m MEMORY] [-f]",
   736      "translation": "CF_NAME scale APP_NAME [-i INSTANCES] [-k DISK] [-m MEMORY] [-f]"
   737    },
   738    {
   739      "id": "CF_NAME security-group SECURITY_GROUP",
   740      "translation": "CF_NAME security-group SECURITY_GROUP"
   741    },
   742    {
   743      "id": "CF_NAME security-groups",
   744      "translation": "CF_NAME security-groups"
   745    },
   746    {
   747      "id": "CF_NAME service SERVICE_INSTANCE",
   748      "translation": "CF_NAME service SERVICE_INSTANCE"
   749    },
   750    {
   751      "id": "CF_NAME service-access [-b BROKER] [-e SERVICE] [-o ORG]",
   752      "translation": "CF_NAME service-access [-b BROKER] [-e SERVICE] [-o ORG]"
   753    },
   754    {
   755      "id": "CF_NAME service-auth-tokens",
   756      "translation": "CF_NAME service-auth-tokens"
   757    },
   758    {
   759      "id": "CF_NAME service-brokers",
   760      "translation": "CF_NAME service-brokers"
   761    },
   762    {
   763      "id": "CF_NAME service-key SERVICE_INSTANCE SERVICE_KEY",
   764      "translation": "CF_NAME service-key SERVICE_INSTANCE SERVICE_KEY"
   765    },
   766    {
   767      "id": "CF_NAME service-key SERVICE_INSTANCE SERVICE_KEY\\n\\nEXAMPLES:\\n   CF_NAME service-key mydb mykey",
   768      "translation": "CF_NAME service-key SERVICE_INSTANCE SERVICE_KEY\\n\\nEXAMPLES:\\n   CF_NAME service-key mydb mykey"
   769    },
   770    {
   771      "id": "CF_NAME service-key mydb mykey",
   772      "translation": "CF_NAME service-key mydb mykey"
   773    },
   774    {
   775      "id": "CF_NAME service-keys SERVICE_INSTANCE",
   776      "translation": "CF_NAME service-keys SERVICE_INSTANCE"
   777    },
   778    {
   779      "id": "CF_NAME service-keys SERVICE_INSTANCE\\n\\nEXAMPLES:\\n   CF_NAME service-keys mydb",
   780      "translation": "CF_NAME service-keys SERVICE_INSTANCE\\n\\nEXAMPLES:\\n   CF_NAME service-keys mydb"
   781    },
   782    {
   783      "id": "CF_NAME service-keys mydb",
   784      "translation": "CF_NAME service-keys mydb"
   785    },
   786    {
   787      "id": "CF_NAME services",
   788      "translation": "CF_NAME services"
   789    },
   790    {
   791      "id": "CF_NAME set-env APP_NAME ENV_VAR_NAME ENV_VAR_VALUE",
   792      "translation": "CF_NAME set-env APP_NAME ENV_VAR_NAME ENV_VAR_VALUE"
   793    },
   794    {
   795      "id": "CF_NAME set-health-check APP_NAME 'port'|'none'",
   796      "translation": "CF_NAME set-health-check APP_NAME 'port'|'none'"
   797    },
   798    {
   799      "id": "CF_NAME set-org-role USERNAME ORG ROLE\n\n",
   800      "translation": "CF_NAME set-org-role USERNAME ORG ROLE\n\n"
   801    },
   802    {
   803      "id": "CF_NAME set-org-role USERNAME ORG ROLE\\n\\nROLES:\\n   'OrgManager' - Invite and manage users, select and change plans, and set spending limits\\n   'BillingManager' - Create and manage the billing account and payment info\\n   'OrgAuditor' - Read-only access to org info and reports",
   804      "translation": "CF_NAME set-org-role USERNAME ORG ROLE\\n\\nROLES:\\n   'OrgManager' - Invite and manage users, select and change plans, and set spending limits\\n   'BillingManager' - Create and manage the billing account and payment info\\n   'OrgAuditor' - Read-only access to org info and reports"
   805    },
   806    {
   807      "id": "CF_NAME set-quota ORG QUOTA\n\n",
   808      "translation": "CF_NAME set-quota ORG QUOTA\n\n"
   809    },
   810    {
   811      "id": "CF_NAME set-quota ORG QUOTA\\n\\nTIP:\\n   View allowable quotas with 'CF_NAME quotas'",
   812      "translation": "CF_NAME set-quota ORG QUOTA\\n\\nTIP:\\n   View allowable quotas with 'CF_NAME quotas'"
   813    },
   814    {
   815      "id": "CF_NAME set-running-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'",
   816      "translation": "CF_NAME set-running-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'"
   817    },
   818    {
   819      "id": "CF_NAME set-running-environment-variable-group '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'",
   820      "translation": "CF_NAME set-running-environment-variable-group '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'"
   821    },
   822    {
   823      "id": "CF_NAME set-space-quota SPACE-NAME SPACE-QUOTA-NAME",
   824      "translation": "CF_NAME set-space-quota SPACE-NAME SPACE-QUOTA-NAME"
   825    },
   826    {
   827      "id": "CF_NAME set-space-quota SPACE_NAME SPACE_QUOTA_NAME",
   828      "translation": "CF_NAME set-space-quota SPACE_NAME SPACE_QUOTA_NAME"
   829    },
   830    {
   831      "id": "CF_NAME set-space-role USERNAME ORG SPACE ROLE\n\n",
   832      "translation": "CF_NAME set-space-role USERNAME ORG SPACE ROLE\n\n"
   833    },
   834    {
   835      "id": "CF_NAME set-space-role USERNAME ORG SPACE ROLE\\n\\nROLES:\\n   'SpaceManager' - Invite and manage users, and enable features for a given space\\n   'SpaceDeveloper' - Create and manage apps and services, and see logs and reports\\n   'SpaceAuditor' - View logs, reports, and settings on this space",
   836      "translation": "CF_NAME set-space-role USERNAME ORG SPACE ROLE\\n\\nROLES:\\n   'SpaceManager' - Invite and manage users, and enable features for a given space\\n   'SpaceDeveloper' - Create and manage apps and services, and see logs and reports\\n   'SpaceAuditor' - View logs, reports, and settings on this space"
   837    },
   838    {
   839      "id": "CF_NAME set-staging-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'",
   840      "translation": "CF_NAME set-staging-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'"
   841    },
   842    {
   843      "id": "CF_NAME set-staging-environment-variable-group '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'",
   844      "translation": "CF_NAME set-staging-environment-variable-group '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'"
   845    },
   846    {
   847      "id": "CF_NAME share-private-domain ORG DOMAIN",
   848      "translation": "CF_NAME share-private-domain ORG DOMAIN"
   849    },
   850    {
   851      "id": "CF_NAME space SPACE",
   852      "translation": "CF_NAME space SPACE"
   853    },
   854    {
   855      "id": "CF_NAME space SPACE [--guid] [--security-group-rules]",
   856      "translation": ""
   857    },
   858    {
   859      "id": "CF_NAME space-quota SPACE_QUOTA_NAME",
   860      "translation": "CF_NAME space-quota SPACE_QUOTA_NAME"
   861    },
   862    {
   863      "id": "CF_NAME space-quotas",
   864      "translation": "CF_NAME space-quotas"
   865    },
   866    {
   867      "id": "CF_NAME space-ssh-allowed SPACE_NAME",
   868      "translation": "CF_NAME space-ssh-allowed SPACE_NAME"
   869    },
   870    {
   871      "id": "CF_NAME space-users ORG SPACE",
   872      "translation": "CF_NAME space-users ORG SPACE"
   873    },
   874    {
   875      "id": "CF_NAME spaces",
   876      "translation": "CF_NAME spaces"
   877    },
   878    {
   879      "id": "CF_NAME ssh APP_NAME [-i app-instance-index] [-c command] [-L [bind_address:]port:host:hostport] [--skip-host-validation] [--skip-remote-execution] [--request-pseudo-tty] [--force-pseudo-tty] [--disable-pseudo-tty]",
   880      "translation": "CF_NAME ssh APP_NAME [-i app-instance-index] [-c command] [-L [bind_address:]port:host:hostport] [--skip-host-validation] [--skip-remote-execution] [--request-pseudo-tty] [--force-pseudo-tty] [--disable-pseudo-tty]"
   881    },
   882    {
   883      "id": "CF_NAME ssh-code",
   884      "translation": "CF_NAME ssh-code"
   885    },
   886    {
   887      "id": "CF_NAME ssh-enabled APP_NAME",
   888      "translation": "CF_NAME ssh-enabled APP_NAME"
   889    },
   890    {
   891      "id": "CF_NAME stack STACK_NAME",
   892      "translation": "CF_NAME stack STACK_NAME"
   893    },
   894    {
   895      "id": "CF_NAME stacks",
   896      "translation": "CF_NAME stacks"
   897    },
   898    {
   899      "id": "CF_NAME staging-environment-variable-group",
   900      "translation": "CF_NAME staging-environment-variable-group"
   901    },
   902    {
   903      "id": "CF_NAME staging-security-groups",
   904      "translation": "CF_NAME staging-security-groups"
   905    },
   906    {
   907      "id": "CF_NAME start APP_NAME",
   908      "translation": "CF_NAME start APP_NAME"
   909    },
   910    {
   911      "id": "CF_NAME stop APP_NAME",
   912      "translation": "CF_NAME stop APP_NAME"
   913    },
   914    {
   915      "id": "CF_NAME target [-o ORG] [-s SPACE]",
   916      "translation": "CF_NAME target [-o ORG] [-s SPACE]"
   917    },
   918    {
   919      "id": "CF_NAME tasks APP_NAME",
   920      "translation": ""
   921    },
   922    {
   923      "id": "CF_NAME terminate-task APP_NAME TASK_ID\\n\\nEXAMPLES:\\n   CF_NAME terminate-task my-app 3",
   924      "translation": ""
   925    },
   926    {
   927      "id": "CF_NAME unbind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-f]",
   928      "translation": "CF_NAME unbind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-f]"
   929    },
   930    {
   931      "id": "CF_NAME unbind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-f]\\n\\nEXAMPLES:\\n   CF_NAME unbind-route-service example.com myratelimiter --hostname myapp --path foo",
   932      "translation": "CF_NAME unbind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-f]\\n\\nEXAMPLES:\\n   CF_NAME unbind-route-service example.com myratelimiter --hostname myapp --path foo"
   933    },
   934    {
   935      "id": "CF_NAME unbind-route-service example.com myratelimiter --hostname myapp --path foo",
   936      "translation": "CF_NAME unbind-route-service example.com myratelimiter --hostname myapp --path foo"
   937    },
   938    {
   939      "id": "CF_NAME unbind-running-security-group SECURITY_GROUP",
   940      "translation": "CF_NAME unbind-running-security-group SECURITY_GROUP"
   941    },
   942    {
   943      "id": "CF_NAME unbind-running-security-group SECURITY_GROUP\\n\\nTIP: Changes will not apply to existing running applications until they are restarted.",
   944      "translation": "CF_NAME unbind-running-security-group SECURITY_GROUP\\n\\nTIP: Changes will not apply to existing running applications until they are restarted."
   945    },
   946    {
   947      "id": "CF_NAME unbind-security-group SECURITY_GROUP ORG SPACE",
   948      "translation": "CF_NAME unbind-security-group SECURITY_GROUP ORG SPACE"
   949    },
   950    {
   951      "id": "CF_NAME unbind-security-group SECURITY_GROUP ORG SPACE\\n\\nTIP: Changes will not apply to existing running applications until they are restarted.",
   952      "translation": "CF_NAME unbind-security-group SECURITY_GROUP ORG SPACE\\n\\nTIP: Changes will not apply to existing running applications until they are restarted."
   953    },
   954    {
   955      "id": "CF_NAME unbind-service APP_NAME SERVICE_INSTANCE",
   956      "translation": "CF_NAME unbind-service APP_NAME SERVICE_INSTANCE"
   957    },
   958    {
   959      "id": "CF_NAME unbind-staging-security-group SECURITY_GROUP",
   960      "translation": "CF_NAME unbind-staging-security-group SECURITY_GROUP"
   961    },
   962    {
   963      "id": "CF_NAME unbind-staging-security-group SECURITY_GROUP\\n\\nTIP: Changes will not apply to existing running applications until they are restarted.",
   964      "translation": "CF_NAME unbind-staging-security-group SECURITY_GROUP\\n\\nTIP: Changes will not apply to existing running applications until they are restarted."
   965    },
   966    {
   967      "id": "CF_NAME uninstall-plugin PLUGIN-NAME",
   968      "translation": "CF_NAME uninstall-plugin PLUGIN-NAME"
   969    },
   970    {
   971      "id": "CF_NAME unmap-route my-app example.com                              # example.com",
   972      "translation": "CF_NAME unmap-route my-app example.com                              # example.com"
   973    },
   974    {
   975      "id": "CF_NAME unmap-route my-app example.com --hostname myhost            # myhost.example.com",
   976      "translation": "CF_NAME unmap-route my-app example.com --hostname myhost            # myhost.example.com"
   977    },
   978    {
   979      "id": "CF_NAME unmap-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo",
   980      "translation": "CF_NAME unmap-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo"
   981    },
   982    {
   983      "id": "CF_NAME unmap-route my-app example.com --port 5000                  # example.com:5000",
   984      "translation": "CF_NAME unmap-route my-app example.com --port 5000                  # example.com:5000"
   985    },
   986    {
   987      "id": "CF_NAME unset-env APP_NAME ENV_VAR_NAME",
   988      "translation": "CF_NAME unset-env APP_NAME ENV_VAR_NAME"
   989    },
   990    {
   991      "id": "CF_NAME unset-org-role USERNAME ORG ROLE\n\n",
   992      "translation": "CF_NAME unset-org-role USERNAME ORG ROLE\n\n"
   993    },
   994    {
   995      "id": "CF_NAME unset-org-role USERNAME ORG ROLE\\n\\nROLES:\\n   'OrgManager' - Invite and manage users, select and change plans, and set spending limits\\n   'BillingManager' - Create and manage the billing account and payment info\\n   'OrgAuditor' - Read-only access to org info and reports",
   996      "translation": "CF_NAME unset-org-role USERNAME ORG ROLE\\n\\nROLES:\\n   'OrgManager' - Invite and manage users, select and change plans, and set spending limits\\n   'BillingManager' - Create and manage the billing account and payment info\\n   'OrgAuditor' - Read-only access to org info and reports"
   997    },
   998    {
   999      "id": "CF_NAME unset-space-quota SPACE QUOTA\n\n",
  1000      "translation": "CF_NAME unset-space-quota SPACE QUOTA\n\n"
  1001    },
  1002    {
  1003      "id": "CF_NAME unset-space-quota SPACE SPACE_QUOTA",
  1004      "translation": "CF_NAME unset-space-quota SPACE SPACE_QUOTA"
  1005    },
  1006    {
  1007      "id": "CF_NAME unset-space-role USERNAME ORG SPACE ROLE\n\n",
  1008      "translation": "CF_NAME unset-space-role USERNAME ORG SPACE ROLE\n\n"
  1009    },
  1010    {
  1011      "id": "CF_NAME unset-space-role USERNAME ORG SPACE ROLE\\n\\nROLES:\\n   'SpaceManager' - Invite and manage users, and enable features for a given space\\n   'SpaceDeveloper' - Create and manage apps and services, and see logs and reports\\n   'SpaceAuditor' - View logs, reports, and settings on this space",
  1012      "translation": "CF_NAME unset-space-role USERNAME ORG SPACE ROLE\\n\\nROLES:\\n   'SpaceManager' - Invite and manage users, and enable features for a given space\\n   'SpaceDeveloper' - Create and manage apps and services, and see logs and reports\\n   'SpaceAuditor' - View logs, reports, and settings on this space"
  1013    },
  1014    {
  1015      "id": "CF_NAME unshare-private-domain ORG DOMAIN",
  1016      "translation": "CF_NAME unshare-private-domain ORG DOMAIN"
  1017    },
  1018    {
  1019      "id": "CF_NAME update-buildpack BUILDPACK [-p PATH] [-i POSITION] [--enable|--disable] [--lock|--unlock]",
  1020      "translation": "CF_NAME update-buildpack BUILDPACK [-p PATH] [-i POSITION] [--enable|--disable] [--lock|--unlock]"
  1021    },
  1022    {
  1023      "id": "CF_NAME update-buildpack BUILDPACK [-p PATH] [-i POSITION] [--enable|--disable] [--lock|--unlock]\\n\\nTIP:\\n   Path should be a zip file, a url to a zip file, or a local directory. Position is a positive integer, sets priority, and is sorted from lowest to highest.",
  1024      "translation": "CF_NAME update-buildpack BUILDPACK [-p PATH] [-i POSITION] [--enable|--disable] [--lock|--unlock]\\n\\nTIP:\\n   Path should be a zip file, a url to a zip file, or a local directory. Position is a positive integer, sets priority, and is sorted from lowest to highest."
  1025    },
  1026    {
  1027      "id": "CF_NAME update-quota ",
  1028      "translation": "CF_NAME update-quota "
  1029    },
  1030    {
  1031      "id": "CF_NAME update-quota QUOTA [-m TOTAL_MEMORY] [-i INSTANCE_MEMORY] [-n NEW_NAME] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans | --disallow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]",
  1032      "translation": "CF_NAME update-quota QUOTA [-m TOTAL_MEMORY] [-i INSTANCE_MEMORY] [-n NEW_NAME] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans | --disallow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]"
  1033    },
  1034    {
  1035      "id": "CF_NAME update-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE",
  1036      "translation": "CF_NAME update-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE"
  1037    },
  1038    {
  1039      "id": "CF_NAME update-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE\\n\\n   The provided path can be an absolute or relative path to a file.\\n   It should have a single array with JSON objects inside describing the rules.\\n\\n   Valid json file example:\\n   [\\n     {\\n       \\\"protocol\\\": \\\"tcp\\\",\\n       \\\"destination\\\": \\\"10.0.11.0/24\\\",\\n       \\\"ports\\\": \\\"80,443\\\",\\n       \\\"description\\\": \\\"Allow http and https traffic from ZoneA\\\"\\n     }\\n   ]\\n\\nTIP: Changes will not apply to existing running applications until they are restarted.",
  1040      "translation": "CF_NAME update-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE\\n\\n   The provided path can be an absolute or relative path to a file.\\n   It should have a single array with JSON objects inside describing the rules.\\n\\n   Valid json file example:\\n   [\\n     {\\n       \\\"protocol\\\": \\\"tcp\\\",\\n       \\\"destination\\\": \\\"10.0.11.0/24\\\",\\n       \\\"ports\\\": \\\"80,443\\\",\\n       \\\"description\\\": \\\"Allow http and https traffic from ZoneA\\\"\\n     }\\n   ]\\n\\nTIP: Changes will not apply to existing running applications until they are restarted."
  1041    },
  1042    {
  1043      "id": "CF_NAME update-service SERVICE_INSTANCE [-p NEW_PLAN] [-c PARAMETERS_AS_JSON] [-t TAGS]",
  1044      "translation": "CF_NAME update-service SERVICE_INSTANCE [-p NEW_PLAN] [-c PARAMETERS_AS_JSON] [-t TAGS]"
  1045    },
  1046    {
  1047      "id": "CF_NAME update-service SERVICE_INSTANCE [-p NEW_PLAN] [-c PARAMETERS_AS_JSON] [-t TAGS]\\n\\n   Optionally provide service-specific configuration parameters in a valid JSON object in-line.\\n   CF_NAME update-service -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n   Optionally provide a file containing service-specific configuration parameters in a valid JSON object. \\n   The path to the parameters file can be an absolute or relative path to a file.\\n   CF_NAME update-service -c PATH_TO_FILE\\n\\n   Example of valid JSON object:\\n   {\\n      \\\"cluster_nodes\\\": {\\n         \\\"count\\\": 5,\\n         \\\"memory_mb\\\": 1024\\n      }\\n   }\\n\\n   Optionally provide a list of comma-delimited tags that will be written to the VCAP_SERVICES environment variable for any bound applications.\\n\\nEXAMPLES:\\n   CF_NAME update-service mydb -p gold\\n   CF_NAME update-service mydb -c '{\\\"ram_gb\\\":4}'\\n   CF_NAME update-service mydb -c ~/workspace/tmp/instance_config.json\\n   CF_NAME update-service mydb -t \\\"list, of, tags\\\"",
  1048      "translation": "CF_NAME update-service SERVICE_INSTANCE [-p NEW_PLAN] [-c PARAMETERS_AS_JSON] [-t TAGS]\\n\\n   Optionally provide service-specific configuration parameters in a valid JSON object in-line.\\n   CF_NAME update-service -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n   Optionally provide a file containing service-specific configuration parameters in a valid JSON object. \\n   The path to the parameters file can be an absolute or relative path to a file.\\n   CF_NAME update-service -c PATH_TO_FILE\\n\\n   Example of valid JSON object:\\n   {\\n      \\\"cluster_nodes\\\": {\\n         \\\"count\\\": 5,\\n         \\\"memory_mb\\\": 1024\\n      }\\n   }\\n\\n   Optionally provide a list of comma-delimited tags that will be written to the VCAP_SERVICES environment variable for any bound applications.\\n\\nEXAMPLES:\\n   CF_NAME update-service mydb -p gold\\n   CF_NAME update-service mydb -c '{\\\"ram_gb\\\":4}'\\n   CF_NAME update-service mydb -c ~/workspace/tmp/instance_config.json\\n   CF_NAME update-service mydb -t \\\"list, of, tags\\\""
  1049    },
  1050    {
  1051      "id": "CF_NAME update-service mydb -c '{\"ram_gb\":4}'",
  1052      "translation": "CF_NAME update-service mydb -c '{\"ram_gb\":4}'"
  1053    },
  1054    {
  1055      "id": "CF_NAME update-service mydb -c ~/workspace/tmp/instance_config.json",
  1056      "translation": "CF_NAME update-service mydb -c ~/workspace/tmp/instance_config.json"
  1057    },
  1058    {
  1059      "id": "CF_NAME update-service mydb -p gold",
  1060      "translation": "CF_NAME update-service mydb -p gold"
  1061    },
  1062    {
  1063      "id": "CF_NAME update-service mydb -t \"list,of, tags\"",
  1064      "translation": "CF_NAME update-service mydb -t \"list,of, tags\""
  1065    },
  1066    {
  1067      "id": "CF_NAME update-service-auth-token LABEL PROVIDER TOKEN",
  1068      "translation": "CF_NAME update-service-auth-token LABEL PROVIDER TOKEN"
  1069    },
  1070    {
  1071      "id": "CF_NAME update-service-broker SERVICE_BROKER USERNAME PASSWORD URL",
  1072      "translation": "CF_NAME update-service-broker SERVICE_BROKER USERNAME PASSWORD URL"
  1073    },
  1074    {
  1075      "id": "CF_NAME update-space-quota ",
  1076      "translation": "CF_NAME update-space-quota "
  1077    },
  1078    {
  1079      "id": "CF_NAME update-space-quota SPACE_QUOTA [-i INSTANCE_MEMORY] [-m MEMORY] [-n NAME] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans | --disallow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]",
  1080      "translation": "CF_NAME update-space-quota SPACE_QUOTA [-i INSTANCE_MEMORY] [-m MEMORY] [-n NAME] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans | --disallow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]"
  1081    },
  1082    {
  1083      "id": "CF_NAME update-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG_DRAIN_URL] [-r ROUTE_SERVICE_URL]\\n\\n   Pass comma separated credential parameter names to enable interactive mode:\\n   CF_NAME update-user-provided-service SERVICE_INSTANCE -p \\\"comma, separated, parameter, names\\\"\\n\\n   Pass credential parameters as JSON to create a service non-interactively:\\n   CF_NAME update-user-provided-service SERVICE_INSTANCE -p '{\\\"key1\\\":\\\"value1\\\",\\\"key2\\\":\\\"value2\\\"}'\\n\\n   Specify a path to a file containing JSON:\\n   CF_NAME update-user-provided-service SERVICE_INSTANCE -p PATH_TO_FILE\\n\\nEXAMPLES:\\n   CF_NAME update-user-provided-service my-db-mine -p '{\\\"username\\\":\\\"admin\\\", \\\"password\\\":\\\"pa55woRD\\\"}'\\n   CF_NAME update-user-provided-service my-db-mine -p /path/to/credentials.json\\n   CF_NAME update-user-provided-service my-drain-service -l syslog://example.com\\n   CF_NAME update-user-provided-service my-route-service -r https://example.com",
  1084      "translation": "CF_NAME update-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG_DRAIN_URL] [-r ROUTE_SERVICE_URL]\\n\\n   Pass comma separated credential parameter names to enable interactive mode:\\n   CF_NAME update-user-provided-service SERVICE_INSTANCE -p \\\"comma, separated, parameter, names\\\"\\n\\n   Pass credential parameters as JSON to create a service non-interactively:\\n   CF_NAME update-user-provided-service SERVICE_INSTANCE -p '{\\\"key1\\\":\\\"value1\\\",\\\"key2\\\":\\\"value2\\\"}'\\n\\n   Specify a path to a file containing JSON:\\n   CF_NAME update-user-provided-service SERVICE_INSTANCE -p PATH_TO_FILE\\n\\nEXAMPLES:\\n   CF_NAME update-user-provided-service my-db-mine -p '{\\\"username\\\":\\\"admin\\\", \\\"password\\\":\\\"pa55woRD\\\"}'\\n   CF_NAME update-user-provided-service my-db-mine -p /path/to/credentials.json\\n   CF_NAME update-user-provided-service my-drain-service -l syslog://example.com\\n   CF_NAME update-user-provided-service my-route-service -r https://example.com"
  1085    },
  1086    {
  1087      "id": "CF_NAME update-user-provided-service my-db-mine -p '{\"username\":\"admin\", \"password\":\"pa55woRD\"}'",
  1088      "translation": "CF_NAME update-user-provided-service my-db-mine -p '{\"username\":\"admin\", \"password\":\"pa55woRD\"}'"
  1089    },
  1090    {
  1091      "id": "CF_NAME update-user-provided-service my-db-mine -p /path/to/credentials.json",
  1092      "translation": "CF_NAME update-user-provided-service my-db-mine -p /path/to/credentials.json"
  1093    },
  1094    {
  1095      "id": "CF_NAME update-user-provided-service my-drain-service -l syslog://example.com",
  1096      "translation": "CF_NAME update-user-provided-service my-drain-service -l syslog://example.com"
  1097    },
  1098    {
  1099      "id": "CF_NAME update-user-provided-service my-route-service -r https://example.com",
  1100      "translation": "CF_NAME update-user-provided-service my-route-service -r https://example.com"
  1101    },
  1102    {
  1103      "id": "CF_NAME v3apps",
  1104      "translation": "CF_NAME v3apps"
  1105    },
  1106    {
  1107      "id": "CF_NAME version",
  1108      "translation": "CF_NAME version"
  1109    },
  1110    {
  1111      "id": "CF_NAME version\\n\\n   'cf -v' and 'cf --version' are also accepted.",
  1112      "translation": "CF_NAME version\\n\\n   'cf -v' and 'cf --version' are also accepted."
  1113    },
  1114    {
  1115      "id": "CF_TRACE ERROR CREATING LOG FILE {{.Path}}:\n{{.Err}}",
  1116      "translation": "CF_TRACE ERROR CREATING LOG FILE {{.Path}}:\n{{.Err}}"
  1117    },
  1118    {
  1119      "id": "CLI plugin management:",
  1120      "translation": "CLI plugin management:"
  1121    },
  1122    {
  1123      "id": "COLOR must be \"true\" or \"false\"",
  1124      "translation": ""
  1125    },
  1126    {
  1127      "id": "COMMAND",
  1128      "translation": "COMMAND"
  1129    },
  1130    {
  1131      "id": "CPU",
  1132      "translation": ""
  1133    },
  1134    {
  1135      "id": "Cloud Foundry API version {{.APIVersion}} requires CLI version {{.MinCLIVersion}}. You are currently on version {{.BinaryVersion}}. To upgrade your CLI, please visit: https://github.com/cloudfoundry/cli#downloads",
  1136      "translation": ""
  1137    },
  1138    {
  1139      "id": "Cloud Foundry command line tool",
  1140      "translation": "Cloud Foundry command line tool"
  1141    },
  1142    {
  1143      "id": "Commands offered by installed plugins:",
  1144      "translation": "Commands offered by installed plugins:"
  1145    },
  1146    {
  1147      "id": "Could not find service",
  1148      "translation": "Could not find service"
  1149    },
  1150    {
  1151      "id": "Create an HTTP route:\\n      CF_NAME create-route SPACE DOMAIN [--hostname HOSTNAME] [--path PATH]\\n\\n   Create a TCP route:\\n      CF_NAME create-route SPACE DOMAIN (--port PORT | --random-port)\\n\\nEXAMPLES:\\n   CF_NAME create-route my-space example.com                             # example.com\\n   CF_NAME create-route my-space example.com --hostname myapp            # myapp.example.com\\n   CF_NAME create-route my-space example.com --hostname myapp --path foo # myapp.example.com/foo\\n   CF_NAME create-route my-space example.com --port 5000                 # example.com:5000",
  1152      "translation": "Create an HTTP route:\\n      CF_NAME create-route SPACE DOMAIN [--hostname HOSTNAME] [--path PATH]\\n\\n   Create a TCP route:\\n      CF_NAME create-route SPACE DOMAIN (--port PORT | --random-port)\\n\\nEXAMPLES:\\n   CF_NAME create-route my-space example.com                             # example.com\\n   CF_NAME create-route my-space example.com --hostname myapp            # myapp.example.com\\n   CF_NAME create-route my-space example.com --hostname myapp --path foo # myapp.example.com/foo\\n   CF_NAME create-route my-space example.com --port 5000                 # example.com:5000"
  1153    },
  1154    {
  1155      "id": "Creating task for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  1156      "translation": ""
  1157    },
  1158    {
  1159      "id": "DISK",
  1160      "translation": "DISK"
  1161    },
  1162    {
  1163      "id": "DOCKER_IMAGE",
  1164      "translation": "DOCKER_IMAGE"
  1165    },
  1166    {
  1167      "id": "DOMAIN",
  1168      "translation": "DOMAIN"
  1169    },
  1170    {
  1171      "id": "DOMAINS",
  1172      "translation": "DOMAINS"
  1173    },
  1174    {
  1175      "id": "DOMAINS:",
  1176      "translation": "DOMAINS:"
  1177    },
  1178    {
  1179      "id": "Delete an HTTP route:\\n      CF_NAME delete-route DOMAIN [--hostname HOSTNAME] [--path PATH] [-f]\\n\\n   Delete a TCP route:\\n      CF_NAME delete-route DOMAIN --port PORT [-f]\\n\\nEXAMPLES:\\n   CF_NAME delete-route example.com                              # example.com\\n   CF_NAME delete-route example.com --hostname myhost            # myhost.example.com\\n   CF_NAME delete-route example.com --hostname myhost --path foo # myhost.example.com/foo\\n   CF_NAME delete-route example.com --port 5000                  # example.com:5000",
  1180      "translation": "Delete an HTTP route:\\n      CF_NAME delete-route DOMAIN [--hostname HOSTNAME] [--path PATH] [-f]\\n\\n   Delete a TCP route:\\n      CF_NAME delete-route DOMAIN --port PORT [-f]\\n\\nEXAMPLES:\\n   CF_NAME delete-route example.com                              # example.com\\n   CF_NAME delete-route example.com --hostname myhost            # myhost.example.com\\n   CF_NAME delete-route example.com --hostname myhost --path foo # myhost.example.com/foo\\n   CF_NAME delete-route example.com --port 5000                  # example.com:5000"
  1181    },
  1182    {
  1183      "id": "Delete space within specified org",
  1184      "translation": ""
  1185    },
  1186    {
  1187      "id": "Deleting route {{.Route}} ...",
  1188      "translation": ""
  1189    },
  1190    {
  1191      "id": "Details",
  1192      "translation": ""
  1193    },
  1194    {
  1195      "id": "Disabling ssh support for space '{{.SpaceName}}'...",
  1196      "translation": "Disabling ssh support for space '{{.SpaceName}}'..."
  1197    },
  1198    {
  1199      "id": "Disk",
  1200      "translation": ""
  1201    },
  1202    {
  1203      "id": "ENVIRONMENT:",
  1204      "translation": ""
  1205    },
  1206    {
  1207      "id": "Empty file or folder",
  1208      "translation": "Empty file or folder"
  1209    },
  1210    {
  1211      "id": "Endpoint deprecated",
  1212      "translation": "Endpoint deprecated"
  1213    },
  1214    {
  1215      "id": "Error creating user {{.User}}.",
  1216      "translation": ""
  1217    },
  1218    {
  1219      "id": "Error deleting user {{.Username}} \nMultiple users with that username returned. Please use 'cf curl' with specific origin instead.",
  1220      "translation": "Error deleting user {{.Username}} \nMultiple users with that username returned. Please use 'cf curl' with specific origin instead."
  1221    },
  1222    {
  1223      "id": "Error parsing response",
  1224      "translation": "Error parsing response"
  1225    },
  1226    {
  1227      "id": "Error read/writing config: ",
  1228      "translation": "Error read/writing config: "
  1229    },
  1230    {
  1231      "id": "Error refreshing config: ",
  1232      "translation": "Error refreshing config: "
  1233    },
  1234    {
  1235      "id": "Error removing plugin binary: ",
  1236      "translation": "Error removing plugin binary: "
  1237    },
  1238    {
  1239      "id": "Error running task: {{.CloudControllerMessage}}",
  1240      "translation": ""
  1241    },
  1242    {
  1243      "id": "Error: ",
  1244      "translation": "Error: "
  1245    },
  1246    {
  1247      "id": "Error: {{.Err}}",
  1248      "translation": "Error: {{.Err}}"
  1249    },
  1250    {
  1251      "id": "Failed to create a local temporary zip file for the buildpack",
  1252      "translation": "Failed to create a local temporary zip file for the buildpack"
  1253    },
  1254    {
  1255      "id": "Getting routes as {{.CurrentUser}} ...",
  1256      "translation": ""
  1257    },
  1258    {
  1259      "id": "Getting tasks for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  1260      "translation": ""
  1261    },
  1262    {
  1263      "id": "Global options:",
  1264      "translation": "Global options:"
  1265    },
  1266    {
  1267      "id": "HEALTH_CHECK_TYPE must be \"port\", \"process\", or \"http\"",
  1268      "translation": "HEALTH_CHECK_TYPE must be \"port\", \"process\", or \"http\""
  1269    },
  1270    {
  1271      "id": "HOST",
  1272      "translation": "HOST"
  1273    },
  1274    {
  1275      "id": "HOSTNAME",
  1276      "translation": "HOSTNAME"
  1277    },
  1278    {
  1279      "id": "INSTANCE_MEMORY",
  1280      "translation": "INSTANCE_MEMORY"
  1281    },
  1282    {
  1283      "id": "Incorrect Usage: the required argument `{{.ArgumentName}}` was not provided",
  1284      "translation": ""
  1285    },
  1286    {
  1287      "id": "Incorrect usage: Value for {{.ArgumentName}} must be {{.ExpectedType}}",
  1288      "translation": ""
  1289    },
  1290    {
  1291      "id": "Incorrect usage: app-instance-index cannot be negative",
  1292      "translation": "Incorrect usage: app-instance-index cannot be negative"
  1293    },
  1294    {
  1295      "id": "Incorrect usage: invalid healthcheck type",
  1296      "translation": "Incorrect usage: invalid healthcheck type"
  1297    },
  1298    {
  1299      "id": "Instances:",
  1300      "translation": ""
  1301    },
  1302    {
  1303      "id": "Invalid SSL Cert for {{.API}}\nTIP: Use 'cf api --skip-ssl-validation' to continue with an insecure API endpoint",
  1304      "translation": "Invalid SSL Cert for {{.API}}\nTIP: Use 'cf api --skip-ssl-validation' to continue with an insecure API endpoint"
  1305    },
  1306    {
  1307      "id": "Invalid flag: ",
  1308      "translation": "Invalid flag: "
  1309    },
  1310    {
  1311      "id": "Job ({{.JobGUID}}) failed: {{.Message}}",
  1312      "translation": ""
  1313    },
  1314    {
  1315      "id": "Job ({{.JobGUID}}) polling timeout has been reached. The operation may still be running on the CF instance. Your CF operator may have more information.",
  1316      "translation": "Job ({{.JobGUID}}) polling timeout has been reached. The operation may still be running on the CF instance. Your CF operator may have more information."
  1317    },
  1318    {
  1319      "id": "Last uploaded:",
  1320      "translation": ""
  1321    },
  1322    {
  1323      "id": "List tasks of an app",
  1324      "translation": ""
  1325    },
  1326    {
  1327      "id": "MANIFEST_PATH",
  1328      "translation": "MANIFEST_PATH"
  1329    },
  1330    {
  1331      "id": "Map an HTTP route:\\n      CF_NAME map-route APP_NAME DOMAIN [--hostname HOSTNAME] [--path PATH]\\n\\n   Map a TCP route:\\n      CF_NAME map-route APP_NAME DOMAIN (--port PORT | --random-port)\\n\\nEXAMPLES:\\n   CF_NAME map-route my-app example.com                              # example.com\\n   CF_NAME map-route my-app example.com --hostname myhost            # myhost.example.com\\n   CF_NAME map-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo\\n   CF_NAME map-route my-app example.com --port 5000                  # example.com:5000",
  1332      "translation": "Map an HTTP route:\\n      CF_NAME map-route APP_NAME DOMAIN [--hostname HOSTNAME] [--path PATH]\\n\\n   Map a TCP route:\\n      CF_NAME map-route APP_NAME DOMAIN (--port PORT | --random-port)\\n\\nEXAMPLES:\\n   CF_NAME map-route my-app example.com                              # example.com\\n   CF_NAME map-route my-app example.com --hostname myhost            # myhost.example.com\\n   CF_NAME map-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo\\n   CF_NAME map-route my-app example.com --port 5000                  # example.com:5000"
  1333    },
  1334    {
  1335      "id": "Max wait time to establish a connection, including name resolution, in seconds",
  1336      "translation": "Max wait time to establish a connection, including name resolution, in seconds"
  1337    },
  1338    {
  1339      "id": "Memory",
  1340      "translation": ""
  1341    },
  1342    {
  1343      "id": "NEW_NAME",
  1344      "translation": "NEW_NAME"
  1345    },
  1346    {
  1347      "id": "NUM_INSTANCES",
  1348      "translation": "NUM_INSTANCES"
  1349    },
  1350    {
  1351      "id": "Name to give the task (generated if omitted)",
  1352      "translation": ""
  1353    },
  1354    {
  1355      "id": "Name:",
  1356      "translation": ""
  1357    },
  1358    {
  1359      "id": "No value provided for flag: ",
  1360      "translation": "No value provided for flag: "
  1361    },
  1362    {
  1363      "id": "Not supported on windows",
  1364      "translation": "Not supported on windows"
  1365    },
  1366    {
  1367      "id": "Option '--app-ports'",
  1368      "translation": "Option '--app-ports'"
  1369    },
  1370    {
  1371      "id": "Option '--no-hostname' cannot be used with an app manifest containing the 'routes' attribute",
  1372      "translation": "Option '--no-hostname' cannot be used with an app manifest containing the 'routes' attribute"
  1373    },
  1374    {
  1375      "id": "Option '--path'",
  1376      "translation": "Option '--path'"
  1377    },
  1378    {
  1379      "id": "Option '--port'",
  1380      "translation": "Option '--port'"
  1381    },
  1382    {
  1383      "id": "Option '--random-port'",
  1384      "translation": "Option '--random-port'"
  1385    },
  1386    {
  1387      "id": "Option '--reserved-route-ports'",
  1388      "translation": "Option '--reserved-route-ports'"
  1389    },
  1390    {
  1391      "id": "Option '--route-path'",
  1392      "translation": "Option '--route-path'"
  1393    },
  1394    {
  1395      "id": "Option '--router-group'",
  1396      "translation": "Option '--router-group'"
  1397    },
  1398    {
  1399      "id": "Option '-a'",
  1400      "translation": "Option '-a'"
  1401    },
  1402    {
  1403      "id": "Option '-p'",
  1404      "translation": "Option '-p'"
  1405    },
  1406    {
  1407      "id": "Option '-r'",
  1408      "translation": "Option '-r'"
  1409    },
  1410    {
  1411      "id": "Org management:",
  1412      "translation": "Org management:"
  1413    },
  1414    {
  1415      "id": "Organization '{{.Name}}' not found.",
  1416      "translation": ""
  1417    },
  1418    {
  1419      "id": "Origin for mapping a user account to a user in an external identity provider",
  1420      "translation": ""
  1421    },
  1422    {
  1423      "id": "PENDING",
  1424      "translation": ""
  1425    },
  1426    {
  1427      "id": "POSITION",
  1428      "translation": ""
  1429    },
  1430    {
  1431      "id": "Parameters as JSON",
  1432      "translation": "Parameters as JSON"
  1433    },
  1434    {
  1435      "id": "Path to file of JSON describing security group rules",
  1436      "translation": "Path to file of JSON describing security group rules"
  1437    },
  1438    {
  1439      "id": "Path used in combination with HOSTNAME and DOMAIN to specify the route to bind",
  1440      "translation": ""
  1441    },
  1442    {
  1443      "id": "Path used in combination with HOSTNAME and DOMAIN to specify the route to unbind",
  1444      "translation": ""
  1445    },
  1446    {
  1447      "id": "Push a single app (with or without a manifest):\\n   CF_NAME push APP_NAME [-b BUILDPACK_NAME] [-c COMMAND] [-d DOMAIN] [-f MANIFEST_PATH] [--docker-image DOCKER_IMAGE]\\n   [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [--hostname HOST] [-p PATH] [-s STACK] [-t TIMEOUT] [-u (process | port | http)] [--route-path ROUTE_PATH]\\n   [--no-hostname] [--no-manifest] [--no-route] [--no-start] [--random-route]\\n\\n   Push multiple apps with a manifest:\\n   cf push [-f MANIFEST_PATH]",
  1448      "translation": "Push a single app (with or without a manifest):\\n   CF_NAME push APP_NAME [-b BUILDPACK_NAME] [-c COMMAND] [-d DOMAIN] [-f MANIFEST_PATH] [--docker-image DOCKER_IMAGE]\\n   [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [--hostname HOST] [-p PATH] [-s STACK] [-t TIMEOUT] [-u (process | port | http)] [--route-path ROUTE_PATH]\\n   [--no-hostname] [--no-manifest] [--no-route] [--no-start] [--random-route]\\n\\n   Push multiple apps with a manifest:\\n   cf push [-f MANIFEST_PATH]"
  1449    },
  1450    {
  1451      "id": "ROLE must be \"OrgManager\", \"BillingManager\" and \"OrgAuditor\"",
  1452      "translation": "ROLE must be \"OrgManager\", \"BillingManager\" and \"OrgAuditor\""
  1453    },
  1454    {
  1455      "id": "ROLE must be \"SpaceManager\", \"SpaceDeveloper\" and \"SpaceAuditor\"",
  1456      "translation": ""
  1457    },
  1458    {
  1459      "id": "ROLES:\n",
  1460      "translation": "ROLES:\n"
  1461    },
  1462    {
  1463      "id": "ROUTE_PATH",
  1464      "translation": "ROUTE_PATH"
  1465    },
  1466    {
  1467      "id": "RUNNING",
  1468      "translation": ""
  1469    },
  1470    {
  1471      "id": "Really delete orphaned routes?",
  1472      "translation": ""
  1473    },
  1474    {
  1475      "id": "Recreate the app's executable artifact using the latest pushed app files and the latest environment (variables, service bindings, buildpack, stack, etc.)",
  1476      "translation": "Recreate the app's executable artifact using the latest pushed app files and the latest environment (variables, service bindings, buildpack, stack, etc.)"
  1477    },
  1478    {
  1479      "id": "Requested state:",
  1480      "translation": ""
  1481    },
  1482    {
  1483      "id": "Resource matching API timed out; pushing all app files.",
  1484      "translation": ""
  1485    },
  1486    {
  1487      "id": "Route and domain management:",
  1488      "translation": "Route and domain management:"
  1489    },
  1490    {
  1491      "id": "Routes:",
  1492      "translation": ""
  1493    },
  1494    {
  1495      "id": "Run a one-off task on an app",
  1496      "translation": ""
  1497    },
  1498    {
  1499      "id": "SERVICE_INSTANCES",
  1500      "translation": "SERVICE_INSTANCES"
  1501    },
  1502    {
  1503      "id": "SSL Certificate Error {{.Message}}\nTIP: Use 'cf api --skip-ssl-validation' to continue with an insecure API endpoint",
  1504      "translation": ""
  1505    },
  1506    {
  1507      "id": "STACK",
  1508      "translation": "STACK"
  1509    },
  1510    {
  1511      "id": "SUCCEEDED",
  1512      "translation": ""
  1513    },
  1514    {
  1515      "id": "See 'cf help \u003ccommand\u003e' to read about a specific command.",
  1516      "translation": ""
  1517    },
  1518    {
  1519      "id": "Service instance",
  1520      "translation": "Service instance"
  1521    },
  1522    {
  1523      "id": "Service instance {{.ServiceInstance}} not found",
  1524      "translation": ""
  1525    },
  1526    {
  1527      "id": "Service offering",
  1528      "translation": "Service offering"
  1529    },
  1530    {
  1531      "id": "Services integration:",
  1532      "translation": "Services integration:"
  1533    },
  1534    {
  1535      "id": "Set to 'port' or 'none'",
  1536      "translation": ""
  1537    },
  1538    {
  1539      "id": "Since",
  1540      "translation": ""
  1541    },
  1542    {
  1543      "id": "Space '{{.Name}}' not found.",
  1544      "translation": ""
  1545    },
  1546    {
  1547      "id": "Space management:",
  1548      "translation": "Space management:"
  1549    },
  1550    {
  1551      "id": "Stack:",
  1552      "translation": ""
  1553    },
  1554    {
  1555      "id": "Start command:",
  1556      "translation": ""
  1557    },
  1558    {
  1559      "id": "Stop all instances of the app, then start them again. This may cause downtime.",
  1560      "translation": ""
  1561    },
  1562    {
  1563      "id": "TASK_ID",
  1564      "translation": ""
  1565    },
  1566    {
  1567      "id": "TIMEOUT",
  1568      "translation": "TIMEOUT"
  1569    },
  1570    {
  1571      "id": "TIP: Assign roles with '{{.BinaryName}} set-org-role' and '{{.BinaryName}} set-space-role'.",
  1572      "translation": ""
  1573    },
  1574    {
  1575      "id": "TOTAL_MEMORY",
  1576      "translation": "TOTAL_MEMORY"
  1577    },
  1578    {
  1579      "id": "Task has been submitted successfully for execution.\nTask name:   {{.TaskName}}\nTask id:     {{.TaskSequenceID}}",
  1580      "translation": "Task has been submitted successfully for execution.\nTask name:   {{.TaskName}}\nTask id:     {{.TaskSequenceID}}"
  1581    },
  1582    {
  1583      "id": "Task workers are unavailable.",
  1584      "translation": ""
  1585    },
  1586    {
  1587      "id": "Terminate a running task of an app",
  1588      "translation": ""
  1589    },
  1590    {
  1591      "id": "Terminating task {{.TaskSequenceID}} of app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  1592      "translation": ""
  1593    },
  1594    {
  1595      "id": "The API endpoint",
  1596      "translation": "The API endpoint"
  1597    },
  1598    {
  1599      "id": "The URL of the service broker",
  1600      "translation": "The URL of the service broker"
  1601    },
  1602    {
  1603      "id": "The URL to the plugin repo",
  1604      "translation": "The URL to the plugin repo"
  1605    },
  1606    {
  1607      "id": "The URL to the plugin, if the plugin exists online",
  1608      "translation": "The URL to the plugin, if the plugin exists online"
  1609    },
  1610    {
  1611      "id": "The app is running on the DEA backend, which does not support this command.",
  1612      "translation": "The app is running on the DEA backend, which does not support this command."
  1613    },
  1614    {
  1615      "id": "The app is running on the Diego backend, which does not support this command.",
  1616      "translation": "The app is running on the Diego backend, which does not support this command."
  1617    },
  1618    {
  1619      "id": "The application name",
  1620      "translation": "The application name"
  1621    },
  1622    {
  1623      "id": "The buildpack",
  1624      "translation": "The buildpack"
  1625    },
  1626    {
  1627      "id": "The command name",
  1628      "translation": "The command name"
  1629    },
  1630    {
  1631      "id": "The command to execute",
  1632      "translation": ""
  1633    },
  1634    {
  1635      "id": "The domain",
  1636      "translation": "The domain"
  1637    },
  1638    {
  1639      "id": "The domain of the route",
  1640      "translation": "The domain of the route"
  1641    },
  1642    {
  1643      "id": "The environment variable name",
  1644      "translation": "The environment variable name"
  1645    },
  1646    {
  1647      "id": "The environment variable value",
  1648      "translation": "The environment variable value"
  1649    },
  1650    {
  1651      "id": "The feature flag name",
  1652      "translation": "The feature flag name"
  1653    },
  1654    {
  1655      "id": "The file path",
  1656      "translation": "The file path"
  1657    },
  1658    {
  1659      "id": "The hostname",
  1660      "translation": "The hostname"
  1661    },
  1662    {
  1663      "id": "The index of the application instance",
  1664      "translation": "The index of the application instance"
  1665    },
  1666    {
  1667      "id": "The local path to the plugin, if the plugin exists locally",
  1668      "translation": "The local path to the plugin, if the plugin exists locally"
  1669    },
  1670    {
  1671      "id": "The new application name",
  1672      "translation": "The new application name"
  1673    },
  1674    {
  1675      "id": "The new buildpack name",
  1676      "translation": "The new buildpack name"
  1677    },
  1678    {
  1679      "id": "The new name of the service instance",
  1680      "translation": "The new name of the service instance"
  1681    },
  1682    {
  1683      "id": "The new organization name",
  1684      "translation": "The new organization name"
  1685    },
  1686    {
  1687      "id": "The new service broker name",
  1688      "translation": "The new service broker name"
  1689    },
  1690    {
  1691      "id": "The new service offering",
  1692      "translation": "The new service offering"
  1693    },
  1694    {
  1695      "id": "The new service plan",
  1696      "translation": "The new service plan"
  1697    },
  1698    {
  1699      "id": "The new space name",
  1700      "translation": "The new space name"
  1701    },
  1702    {
  1703      "id": "The old application name",
  1704      "translation": "The old application name"
  1705    },
  1706    {
  1707      "id": "The old buildpack name",
  1708      "translation": "The old buildpack name"
  1709    },
  1710    {
  1711      "id": "The old organization name",
  1712      "translation": "The old organization name"
  1713    },
  1714    {
  1715      "id": "The old service broker name",
  1716      "translation": "The old service broker name"
  1717    },
  1718    {
  1719      "id": "The old service offering",
  1720      "translation": "The old service offering"
  1721    },
  1722    {
  1723      "id": "The old service plan",
  1724      "translation": "The old service plan"
  1725    },
  1726    {
  1727      "id": "The old service provider",
  1728      "translation": "The old service provider"
  1729    },
  1730    {
  1731      "id": "The old space name",
  1732      "translation": "The old space name"
  1733    },
  1734    {
  1735      "id": "The organization",
  1736      "translation": "The organization"
  1737    },
  1738    {
  1739      "id": "The organization group name",
  1740      "translation": "The organization group name"
  1741    },
  1742    {
  1743      "id": "The organization quota",
  1744      "translation": "The organization quota"
  1745    },
  1746    {
  1747      "id": "The organization role",
  1748      "translation": "The organization role"
  1749    },
  1750    {
  1751      "id": "The password",
  1752      "translation": "The password"
  1753    },
  1754    {
  1755      "id": "The path to the buildpack file",
  1756      "translation": "The path to the buildpack file"
  1757    },
  1758    {
  1759      "id": "The plugin name",
  1760      "translation": "The plugin name"
  1761    },
  1762    {
  1763      "id": "The plugin repo name",
  1764      "translation": "The plugin repo name"
  1765    },
  1766    {
  1767      "id": "The position that sets priority",
  1768      "translation": "The position that sets priority"
  1769    },
  1770    {
  1771      "id": "The quota",
  1772      "translation": "The quota"
  1773    },
  1774    {
  1775      "id": "The request is semantically invalid: Task must have a droplet. Specify droplet or assign current droplet to app.",
  1776      "translation": ""
  1777    },
  1778    {
  1779      "id": "The security group",
  1780      "translation": "The security group"
  1781    },
  1782    {
  1783      "id": "The security group name",
  1784      "translation": "The security group name"
  1785    },
  1786    {
  1787      "id": "The service broker",
  1788      "translation": "The service broker"
  1789    },
  1790    {
  1791      "id": "The service broker name",
  1792      "translation": "The service broker name"
  1793    },
  1794    {
  1795      "id": "The service instance",
  1796      "translation": "The service instance"
  1797    },
  1798    {
  1799      "id": "The service instance name",
  1800      "translation": "The service instance name"
  1801    },
  1802    {
  1803      "id": "The service instance to rename",
  1804      "translation": "The service instance to rename"
  1805    },
  1806    {
  1807      "id": "The service key",
  1808      "translation": "The service key"
  1809    },
  1810    {
  1811      "id": "The service offering",
  1812      "translation": "The service offering"
  1813    },
  1814    {
  1815      "id": "The service offering name",
  1816      "translation": "The service offering name"
  1817    },
  1818    {
  1819      "id": "The service plan that the service instance will use",
  1820      "translation": "The service plan that the service instance will use"
  1821    },
  1822    {
  1823      "id": "The space",
  1824      "translation": "The space"
  1825    },
  1826    {
  1827      "id": "The space name",
  1828      "translation": "The space name"
  1829    },
  1830    {
  1831      "id": "The space quota",
  1832      "translation": "The space quota"
  1833    },
  1834    {
  1835      "id": "The space role",
  1836      "translation": "The space role"
  1837    },
  1838    {
  1839      "id": "The stack name",
  1840      "translation": "The stack name"
  1841    },
  1842    {
  1843      "id": "The task's unique sequence ID",
  1844      "translation": ""
  1845    },
  1846    {
  1847      "id": "The token",
  1848      "translation": "The token"
  1849    },
  1850    {
  1851      "id": "The token label",
  1852      "translation": "The token label"
  1853    },
  1854    {
  1855      "id": "The token provider",
  1856      "translation": "The token provider"
  1857    },
  1858    {
  1859      "id": "The user",
  1860      "translation": "The user"
  1861    },
  1862    {
  1863      "id": "The username",
  1864      "translation": "The username"
  1865    },
  1866    {
  1867      "id": "These are commonly used commands. Use 'cf help -a' to see all, with descriptions.",
  1868      "translation": "These are commonly used commands. Use 'cf help -a' to see all, with descriptions."
  1869    },
  1870    {
  1871      "id": "This command is in EXPERIMENTAL stage and may change without notice",
  1872      "translation": ""
  1873    },
  1874    {
  1875      "id": "This command requires CF API version {{.MinimumVersion}}. Your target is {{.CurrentVersion}}.",
  1876      "translation": ""
  1877    },
  1878    {
  1879      "id": "This is for backwards compatibility",
  1880      "translation": ""
  1881    },
  1882    {
  1883      "id": "URL",
  1884      "translation": "URL"
  1885    },
  1886    {
  1887      "id": "Unable to retrieve information for bound application GUID ",
  1888      "translation": "Unable to retrieve information for bound application GUID "
  1889    },
  1890    {
  1891      "id": "Unmap an HTTP route:\\n      CF_NAME unmap-route APP_NAME DOMAIN [--hostname HOSTNAME] [--path PATH]\\n\\n   Unmap a TCP route:\\n      CF_NAME unmap-route APP_NAME DOMAIN --port PORT\\n\\nEXAMPLES:\\n   CF_NAME unmap-route my-app example.com                              # example.com\\n   CF_NAME unmap-route my-app example.com --hostname myhost            # myhost.example.com\\n   CF_NAME unmap-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo\\n   CF_NAME unmap-route my-app example.com --port 5000                  # example.com:5000",
  1892      "translation": "Unmap an HTTP route:\\n      CF_NAME unmap-route APP_NAME DOMAIN [--hostname HOSTNAME] [--path PATH]\\n\\n   Unmap a TCP route:\\n      CF_NAME unmap-route APP_NAME DOMAIN --port PORT\\n\\nEXAMPLES:\\n   CF_NAME unmap-route my-app example.com                              # example.com\\n   CF_NAME unmap-route my-app example.com --hostname myhost            # myhost.example.com\\n   CF_NAME unmap-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo\\n   CF_NAME unmap-route my-app example.com --port 5000                  # example.com:5000"
  1893    },
  1894    {
  1895      "id": "Unsupported host key fingerprint format",
  1896      "translation": "Unsupported host key fingerprint format"
  1897    },
  1898    {
  1899      "id": "Updating a plan",
  1900      "translation": "Updating a plan"
  1901    },
  1902    {
  1903      "id": "Updating health check type for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  1904      "translation": "Updating health check type for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}..."
  1905    },
  1906    {
  1907      "id": "Usage:",
  1908      "translation": "Usage:"
  1909    },
  1910    {
  1911      "id": "Warning: Insecure http API endpoint detected: secure https API endpoints are recommended",
  1912      "translation": ""
  1913    },
  1914    {
  1915      "id": "Windows PowerShell",
  1916      "translation": "Windows PowerShell"
  1917    },
  1918    {
  1919      "id": "[--allow-paid-service-plans | --disallow-paid-service-plans] ",
  1920      "translation": "[--allow-paid-service-plans | --disallow-paid-service-plans] "
  1921    },
  1922    {
  1923      "id": "[--allow-paid-service-plans] ",
  1924      "translation": "[--allow-paid-service-plans] "
  1925    },
  1926    {
  1927      "id": "[--no-hostname] [--no-manifest] [--no-route] [--no-start] [--random-route]\n",
  1928      "translation": "[--no-hostname] [--no-manifest] [--no-route] [--no-start] [--random-route]\n"
  1929    },
  1930    {
  1931      "id": "[MULTIPART/FORM-DATA CONTENT HIDDEN]",
  1932      "translation": "[MULTIPART/FORM-DATA CONTENT HIDDEN]"
  1933    },
  1934    {
  1935      "id": "[PRIVATE DATA HIDDEN]",
  1936      "translation": "[PRIVATE DATA HIDDEN]"
  1937    },
  1938    {
  1939      "id": "[hidden]",
  1940      "translation": ""
  1941    },
  1942    {
  1943      "id": "actor",
  1944      "translation": "actor"
  1945    },
  1946    {
  1947      "id": "app",
  1948      "translation": "app"
  1949    },
  1950    {
  1951      "id": "billingmanager",
  1952      "translation": ""
  1953    },
  1954    {
  1955      "id": "cf --version",
  1956      "translation": "cf --version"
  1957    },
  1958    {
  1959      "id": "cf -v",
  1960      "translation": "cf -v"
  1961    },
  1962    {
  1963      "id": "cf services",
  1964      "translation": "cf services"
  1965    },
  1966    {
  1967      "id": "cf target -s",
  1968      "translation": "cf target -s"
  1969    },
  1970    {
  1971      "id": "cpu",
  1972      "translation": "cpu"
  1973    },
  1974    {
  1975      "id": "does exist",
  1976      "translation": "does exist"
  1977    },
  1978    {
  1979      "id": "does not exist",
  1980      "translation": "does not exist"
  1981    },
  1982    {
  1983      "id": "host",
  1984      "translation": "host"
  1985    },
  1986    {
  1987      "id": "integer",
  1988      "translation": ""
  1989    },
  1990    {
  1991      "id": "name:",
  1992      "translation": "name:"
  1993    },
  1994    {
  1995      "id": "org",
  1996      "translation": "org"
  1997    },
  1998    {
  1999      "id": "plan",
  2000      "translation": "plan"
  2001    },
  2002    {
  2003      "id": "repo-plugins",
  2004      "translation": "repo-plugins"
  2005    },
  2006    {
  2007      "id": "run-task",
  2008      "translation": ""
  2009    },
  2010    {
  2011      "id": "service-broker",
  2012      "translation": "service-broker"
  2013    },
  2014    {
  2015      "id": "service_broker_guid IN ",
  2016      "translation": "service_broker_guid IN "
  2017    },
  2018    {
  2019      "id": "service_guid IN ",
  2020      "translation": "service_guid IN "
  2021    },
  2022    {
  2023      "id": "start time",
  2024      "translation": ""
  2025    },
  2026    {
  2027      "id": "tasks",
  2028      "translation": ""
  2029    },
  2030    {
  2031      "id": "terminate-task",
  2032      "translation": ""
  2033    },
  2034    {
  2035      "id": "timeout connecting to log server, no log will be shown",
  2036      "translation": "timeout connecting to log server, no log will be shown"
  2037    },
  2038    {
  2039      "id": "uaa",
  2040      "translation": ""
  2041    },
  2042    {
  2043      "id": "user {{.User}} already exists",
  2044      "translation": ""
  2045    },
  2046    {
  2047      "id": "username",
  2048      "translation": "username"
  2049    },
  2050    {
  2051      "id": "verbose and version flag",
  2052      "translation": "verbose and version flag"
  2053    },
  2054    {
  2055      "id": "{{.BinaryName}} version {{.VersionString}}",
  2056      "translation": ""
  2057    },
  2058    {
  2059      "id": "{{.MemorySize}} x {{.NumInstances}} instances",
  2060      "translation": ""
  2061    },
  2062    {
  2063      "id": "{{.Message}}\nNote that this command requires CF API version 3.0.0+.",
  2064      "translation": ""
  2065    },
  2066    {
  2067      "id": "{{.Message}}\\n\\nTIP: Use '{{.BuildpackCommand}}' to see a list of supported buildpacks.",
  2068      "translation": ""
  2069    }
  2070  ]