@@ -4,16 +4,18 @@ Overview of Velopack binary command line options.
4
4
5
5
## vpk
6
6
``` txt
7
+ > vpk -h
7
8
Description:
8
- Velopack CLI 0.0.61-g2e7ffeb (prerelease) for creating and distributing releases .
9
+ Velopack CLI 0.0.349, for distributing applications .
9
10
10
11
Usage:
11
12
vpk [command] [options]
12
13
13
14
Options:
14
- -?, -h, --help Show help and usage information
15
- --version Show version information
16
- --verbose Print diagnostic messages.
15
+ -h, -H, --help, --vhelp Show help (-h) or extended help (-H).
16
+ -x, --legacyConsole Disable console colors and interactive components.
17
+ -y, --yes 'yes' by instead of 'no' in non-interactive prompts.
18
+ --verbose Print diagnostic messages.
17
19
18
20
Commands:
19
21
pack Creates a release from a folder containing application files.
@@ -22,14 +24,16 @@ Commands:
22
24
delta Utilities for creating or applying delta packages.
23
25
```
24
26
25
- ## Update.exe & UpdateMac
27
+ ## Update.exe, UpdateMac, and UpdateNix
26
28
``` txt
27
- Velopack Updater (0.0.66) manages packages and installs updates.
29
+ > Update.exe -h
30
+ Velopack Updater (0.0.398-g3777828) manages packages and installs updates.
28
31
https://github.com/velopack/velopack
29
32
30
33
Usage: update [OPTIONS]
31
34
update apply [OPTIONS] [-- [EXE_ARGS]...]
32
35
update patch [OPTIONS] --old <FILE> --patch <FILE> --output <FILE>
36
+ update get-version [OPTIONS]
33
37
update start [OPTIONS] [EXE_NAME] [-- [EXE_ARGS]...]
34
38
update uninstall [OPTIONS]
35
39
@@ -44,8 +48,8 @@ update apply:
44
48
Applies a staged / prepared update, installing prerequisite runtimes if necessary
45
49
-r, --restart Restart the application after the update
46
50
-w, --wait Wait for the parent process to terminate before applying the update
51
+ --waitPid <PID> Wait for the specified process to terminate before applying the update
47
52
-p, --package <FILE> Update package to apply
48
- --noelevate If the application does not have sufficient privileges, do not elevate to admin
49
53
-h, --help Print help
50
54
[EXE_ARGS]... Arguments to pass to the started executable. Must be preceeded by '--'.
51
55
@@ -56,23 +60,28 @@ Applies a Zstd patch file
56
60
--output <FILE> The file to create with the patch applied
57
61
-h, --help Print help
58
62
63
+ update get-version:
64
+ Prints the current version of the application
65
+ -h, --help Print help
66
+
59
67
update start:
60
68
Starts the currently installed version of the application
61
- -w, --wait Wait for the parent process to terminate before starting the application
62
- -h, --help Print help
63
- [EXE_ARGS]... Arguments to pass to the started executable. Must be preceeded by '--'.
64
- [EXE_NAME] The optional name of the binary to execute
69
+ -w, --wait Wait for the parent process to terminate before starting the application
70
+ --waitPid <PID> Wait for the specified process to terminate before applying the update
71
+ -h, --help Print help
72
+ [EXE_ARGS]... Arguments to pass to the started executable. Must be preceeded by '--'.
73
+ [EXE_NAME] The optional name of the binary to execute
65
74
66
75
update uninstall:
67
76
Remove all app shortcuts, files, and registry entries.
68
77
-h, --help Print help
69
78
```
70
79
71
-
72
80
## Setup.exe
73
81
74
82
``` txt
75
- Velopack Setup (0.0.66) installs applications.
83
+ > Setup.exe -h
84
+ Velopack Setup (0.0.398-g3777828) installs applications.
76
85
https://github.com/velopack/velopack
77
86
78
87
Usage: setup [OPTIONS]
0 commit comments