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
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,10 +64,14 @@ If all conditions are clear, the exit code is 0. If one or more conditions did
64
64
|Flags | Purpose |
65
65
|--|--|
66
66
| json | Output results in JSON format. |
67
-
| no-scan | Do not scan for new updates, used cached results. |
68
-
| recommend | Only include recommended updates. |
69
-
| restart | Only include updates requiring a restart. |
70
-
| shutdown | Only include updates requiring a shutdown. |
67
+
| quiet | Suppresses output, only returns exit code. |
68
+
| verbose | Shows countdown while waiting. Not applicable with JSON output. |
69
+
| all | Waits for all the conditions below. |
70
+
| cpu | Waits for the CPU load to be less than 1/2 the number of physical cores. |
71
+
| filevault | Waits for FileVault encryption to complete. |
72
+
| power | Waits for the system to be on AC power. |
73
+
| screen | Waits for any screen sleep assertations to be cleared. |
74
+
| user | Waits for any user logged in to the MacOS gui to log out. |
71
75
72
76
### Download Command
73
77
Using the `download` command will cache updates for later installation using the `softwareupdate` command, similar to `softwareupdate --download` This is useful if systems cannot always access the software update server.
0 commit comments