Updated 06 Advanced quickget features (markdown)

Martin Wimpress 2024-05-05 11:56:40 +01:00
parent 91e80e5726
commit 41e36993af
1 changed files with 21 additions and 38 deletions

@ -3,44 +3,27 @@
Here are the command line arguments for `quickget`. Here are the command line arguments for `quickget`.
```text ```text
_ _ Usage:
__ _ _ _ _ ___║ ║ ____ _ ___║ ║_ quickget <os> <release> [edition]
/ _` ║ ║ ║ ║ ║/ __║ ║/ / _` ║/ _ \ __║ quickget ubuntu 22.04
( (_║ ║ ║_║ ║ ║ (__║ < (_║ ║ __/ ║_ MIT
\__, ║\__,_║_║\___║_║\ \__, ║\___║\__║ license
║_║ version: 4.9.3 ║___/ part of Quickemu project
--------------------------------------------------------------
> Quickly create and run optimised Linux, <
> Windows and macOS desktop virtual machines. <
Project - https://github.com/quickemu-project/quickemu Advanced usage:
Discord - https://wimpysworld.io/discord quickget <arg> [path] <os> [re] [ed]
-------------------------------------------------------------- quickget --download ubuntu 22.04
Basic Usage:
quickget <os> <release> [edition]
quickget ubuntu 22.04
Advanced Usage:
quickget <arg> [path] <os> [re] [ed]
quickget --download ubuntu 22.04
Arguments: Arguments:
-[12345] <os> : Show info* about OS -[12345] <os> : Show info* about OS
--download (-d) <os> <re> [ed] : Download the ISO only; no VM configuration --download (-d) <os> <re> [ed] : Download image; no VM configuration
--create-config (-cc) <os> [path/url]: Create default VM config for image --create-config (-cc) <os> [path/url]: Create default VM config for image
--open-homepage (-o) <os> : Open homepage for the OS --open-homepage (-o) <os> : Open homepage for the OS
--version (-v) : Show version --version (-v) : Show version
--help (-h) : Show this help message --help (-h) : Show this help message
-------------- For testing & development --------------------- -------------------------- For testing & development ---------------------------
--url (-u) <os> <re> [ed] : Show download URL for an OS release/edition --url (-u) [os] [re] [ed] : Show image URL(s)
--url-all (-ua) <os> : Show all download URLs for an OS --check (-c) [os] [re] [ed] : Check image URL(s)
--check (-c) <os> [re] [ed] : Check download an OS release/edition is available --list (-l) : List all supported systems
--check-all (-ca) <os> : Check all downloads for an OS are available --list-csv (-lc) : List everything in csv format
--list (-l) : List all supported systems in plain text --list-json (-lj) : List everything in json format
--list-csv (-lc) : List all supported systems in csv format --------------------------------------------------------------------------------
--list-json (-lj) : List all supported systems in json format *info: 1=Logo 2=Based of 3=Credentials 4=Homepage 5=Short info
-------------------------------------------------------------- Can be used in any combination like -13254 or -52```
*info: 1=Logo 2=Based of 3=Credentials 4=Homepage 5=Short info
Can be used in any combination like -13254 or -52
```