@@ -114,17 +114,19 @@ The project will use Unity's default setup, including packages. Alternatively, y
114114## CLI Help
115115
116116````
117- install-unity v2.11.1
117+ install-unity v2.12.0
118118
119119USAGE: install-unity [--help] [--version] [--verbose...] [--yes] [--update]
120- [--data-path <path>] [--opt <name>=<value>...] <action>
120+ [--clear-cache] [--data-path <path>]
121+ [--opt <name>=<value>...] <action>
121122
122123GLOBAL OPTIONS:
123124 -h, --help Show this help
124125 --version Print the version of this program
125126 -v, --verbose Increase verbosity of output, can be repeated
126127 -y, --yes Don't prompt for confirmation (use with care)
127128 -u, --update Force an update of the versions cache
129+ --clear-cache Clear the versions cache before running any commands
128130 --data-path <path> Store all data at the given path, also don't delete
129131 packages after install
130132 --opt <name>=<value> Set additional options. Use '--opt list' to show all
@@ -139,8 +141,9 @@ ACTIONS:
139141
140142USAGE: install-unity [options] [install] [--packages <name,name>...]
141143 [--download] [--install] [--upgrade]
142- [--platform none|macosintel|macosarm|windows|linux]
143- [--yolo] [<version>]
144+ [--platform none|mac_os|linux|windows|all]
145+ [--arch none|x86_64|arm64|all] [--redownload] [--yolo]
146+ [<version>]
144147
145148OPTIONS:
146149 <version> Pattern to match Unity version or release notes / unity hub
@@ -152,38 +155,45 @@ OPTIONS:
152155 '--data-path')
153156 --upgrade Replace existing matching Unity installation after successful
154157 install
155- --platform none|macosintel|macosarm|windows|linux Platform to download
156- the packages for (only valid with '--download', default =
157- current platform)
158+ --platform none|mac_os|linux|windows|all Platform to download the
159+ packages for (only valid with '--download', default = current
160+ platform)
161+ --arch none|x86_64|arm64|all Architecture to download the packages for
162+ (default = current architecture)
163+ --redownload Force redownloading all files
158164 --yolo Skip size and hash checks of downloaded files
159165
160166
161167---- LIST:
162168 Get an overview of available or installed Unity versions
163169
164170USAGE: install-unity [options] list [--installed]
165- [--platform none|macosintel|macosarm |windows|linux ]
166- [<version>]
171+ [--platform none|mac_os|linux |windows|all ]
172+ [--arch none|x86_64|arm64|all] [ <version>]
167173
168174OPTIONS:
169175 <version> Pattern to match Unity version
170176 -i, --installed List installed versions of Unity
171- --platform none|macosintel|macosarm|windows|linux Platform to list the
172- versions for (default = current platform)
177+ --platform none|mac_os|linux|windows|all Platform to list the versions
178+ for (default = current platform)
179+ --arch none|x86_64|arm64|all Architecture to list the versions for
180+ (default = current architecture)
173181
174182
175183---- DETAILS:
176184 Show version information and all its available packages
177185
178186USAGE: install-unity [options] details
179- [--platform none|macosintel|macosarm |windows|linux ]
180- [<version>]
187+ [--platform none|mac_os|linux |windows|all ]
188+ [--arch none|x86_64|arm64|all] [ <version>]
181189
182190OPTIONS:
183191 <version> Pattern to match Unity version or release notes / unity hub
184192 url
185- --platform none|macosintel|macosarm|windows|linux Platform to show the
186- details for (default = current platform)
193+ --platform none|mac_os|linux|windows|all Platform to show the details for
194+ (default = current platform)
195+ --arch none|x86_64|arm64|all Architecture to show the details for
196+ (default = current architecture)
187197
188198
189199---- UNINSTALL:
0 commit comments