mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
mist: add page (#13116)
* mist: add page --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
5118ebc9f0
commit
f865c52ece
1 changed files with 37 additions and 0 deletions
37
pages/osx/mist.md
Normal file
37
pages/osx/mist.md
Normal file
|
@ -0,0 +1,37 @@
|
|||
# mist
|
||||
|
||||
> MIST - macOS Installer Super Tool.
|
||||
> Automatically download macOS Firmwares/Installers.
|
||||
> More information: <https://github.com/ninxsoft/mist-cli>.
|
||||
|
||||
- List all available macOS Firmwares for Apple Silicon Macs:
|
||||
|
||||
`mist list firmware`
|
||||
|
||||
- List all available macOS Installers for Intel Macs, including Universal Installers for macOS Big Sur and later:
|
||||
|
||||
`mist list installer`
|
||||
|
||||
- List all macOS Installers that are compatible with this Mac, including Universal Installers for macOS Big Sur and later:
|
||||
|
||||
`mist list installer --compatible`
|
||||
|
||||
- List all available macOS Installers for Intel Macs, including betas, also including Universal Installers for macOS Big Sur and later:
|
||||
|
||||
`mist list installer --include-betas`
|
||||
|
||||
- List only the latest macOS Sonoma Installer for Intel Macs, including Universal Installers for macOS Big Sur and later:
|
||||
|
||||
`mist list installer --latest "macOS Sonoma"`
|
||||
|
||||
- List and export macOS Installers to a CSV file:
|
||||
|
||||
`mist list installer --export "{{/path/to/export.csv}}"`
|
||||
|
||||
- Download the latest macOS Sonoma Firmware for Apple Silicon Macs, with a custom name:
|
||||
|
||||
`mist download firmware "macOS Sonoma" --firmware-name "{{Install %NAME% %VERSION%-%BUILD%.ipsw}}"`
|
||||
|
||||
- Download a specific macOS Installer version for Intel Macs, including Universal Installers for macOS Big Sur and later:
|
||||
|
||||
`mist download installer "{{13.5.2}}" application`
|
Loading…
Add table
Reference in a new issue