From 53b6aa9831e889abbb72d49dcb921bb77d9327c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20da=20Gama?= <145290618+josedagama@users.noreply.github.com> Date: Wed, 24 Jul 2024 20:12:45 +0100 Subject: [PATCH] Update cloudhub2-apps.adoc adding code formatting to option --- modules/ROOT/pages/_partials/cloudhub2-apps.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/_partials/cloudhub2-apps.adoc b/modules/ROOT/pages/_partials/cloudhub2-apps.adoc index 0dd7cdf5..d57d6a91 100644 --- a/modules/ROOT/pages/_partials/cloudhub2-apps.adoc +++ b/modules/ROOT/pages/_partials/cloudhub2-apps.adoc @@ -92,7 +92,7 @@ Default: selected organization ID | `--groupId org.mule.test` Default: `disabled` | `--no-lastMileSecurity` |`--[no-]objectStoreV2`| Enables Object Store v2. + Default: `disabled` | `--no-objectStoreV2` -|--javaVersion | Set the name of the Java version to be used for the selected Mule version. Supported values are `8` and `17`. If you do not specify a value, CloudHub API imposes the default value. The default Java version for Mule 4.6 and earlier versions is '8'. If you don't specify a Mule version, the default Mule version for the selected Java version is used. If the Java version you select is not available for the specified Mule version, you get an error. | `--javaVersion 8` +|`--javaVersion` | Set the name of the Java version to be used for the selected Mule version. Supported values are `8` and `17`. If you do not specify a value, CloudHub API imposes the default value. The default Java version for Mule 4.6 and earlier versions is '8'. If you don't specify a Mule version, the default Mule version for the selected Java version is used. If the Java version you select is not available for the specified Mule version, you get an error. | `--javaVersion 8` |`--pathRewrite`| Supplies the base path expected by the HTTP listener in your application. + Format: must begin with `/` | `--pathRewrite /http://localhost:3000` |`--property`| Sets a property. +