You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/guides/v2.3/comp-mgr/cli/cli-upgrade.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -95,13 +95,13 @@ See the examples at the end of this section for help specifying different releas
95
95
96
96
where:
97
97
98
-
`<product>` - (Required) The package to upgrade. For on-premise installations, this value must either `product-community-edition` or `product-enterprise-edition`.
98
+
`<product>` - (Required) The package to upgrade. For on-premises installations, you must specify either `product-community-edition` or `product-enterprise-edition`.
99
99
100
100
`<version>` - (Required) The version of {{site.data.var.ce}} or {{site.data.var.ce}} you are upgrading to. For example, `2.3.7`.
101
101
102
102
`--no-update` - (Required) Disables the automatic update of the dependencies.
103
103
104
-
`--interactive-root-conflicts` or `interactive-magento-conflicts` - (Optional) Allows you to interactively view and update any out-of-date values that may be remaining from previous versions.
104
+
`--interactive-root-conflicts` or `interactive-magento-conflicts` - (Optional) Allows you to interactively view and update any out-of-date values from previous versions.
105
105
106
106
`--force-root-updates` or `--use-default-magento-values` - (Optional) Overrides all conflicting custom values with the expected Magento values.
107
107
@@ -145,7 +145,7 @@ See the examples at the end of this section for help specifying different releas
Copy file name to clipboardExpand all lines: src/guides/v2.4/comp-mgr/cli/cli-upgrade.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -83,13 +83,13 @@ See the examples at the end of this section for help specifying different releas
83
83
84
84
where:
85
85
86
-
`<product>` - (Required) The package to upgrade. For on-premise installations, this value must be either `product-community-edition` or `product-enterprise-edition`.
86
+
`<product>` - (Required) The package to upgrade. For on-premises installations, this value must be either `product-community-edition` or `product-enterprise-edition`.
87
87
88
88
`<version>` - (Required) The version of {{site.data.var.ce}} or {{site.data.var.ce}} you are upgrading to. For example, `2.4.3`.
89
89
90
90
`--no-update` - (Required) Disables the automatic update of the dependencies.
91
91
92
-
`--interactive-root-conflicts` - (Optional) Allows you to interactively view and update any out-of-date values that may be remaining from previous versions, or any customized values that do not match the version you are upgrading to.
92
+
`--interactive-root-conflicts` - (Optional) Allows you to interactively view and update any out-of-date values from previous versions, or any customized values that do not match the version you are upgrading to.
93
93
94
94
`--force-root-updates` - (Optional) Overrides all conflicting custom values with the expected Magento values.
95
95
@@ -130,7 +130,7 @@ See the examples at the end of this section for help specifying different releas
0 commit comments