We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6572bc commit cdfe427Copy full SHA for cdfe427
README.md
@@ -45,8 +45,14 @@ Commands:
45
# List CommandLineTools
46
python3 -m applecatalog macos list -q | grep CLTools
47
48
-# List macOS
49
-python3 -m applecatalog macos list --macos
+# List all macOS products
+python3 -m applecatalog macos list
50
+
51
+# List macOS OS installers
52
+python3 -m applecatalog macos list --os -q
53
54
+# List rosetta installers
55
+python3 -m applecatalog rosetta list -q
56
57
# Download single component (by given PRODUCT_ID)
58
python3 -m applecatalog macos download PRODUCT_ID /tmp
0 commit comments