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: bin/ota.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ program
11
11
.description(description)
12
12
.version(version)
13
13
.command('track','Track the current terms of services according to provided declarations')
14
-
.command('apply-technical-upgrades','Apply technical upgrades: regenerate versions from existing snapshots with updated declarations/engine')
14
+
.command('apply-technical-upgrades','Apply technical upgrades by generating new versions from the latest snapshots using updated declarations, engine logic, or dependencies')
15
15
.command('validate','Run a series of tests to check the validity of terms declarations')
16
16
.command('lint','Check format and stylistic errors in declarations and auto fix them')
17
17
.command('dataset','Export the versions dataset into a ZIP file and optionally publish it to GitHub releases')
0 commit comments