Skip to content

Commit

Permalink
automatic update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 22, 2024
1 parent c1c6955 commit 49d2685
Show file tree
Hide file tree
Showing 505 changed files with 958 additions and 583 deletions.
2 changes: 1 addition & 1 deletion docs/reference/cli/content/setup-windows.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Setup.exe (Windows)
```
Velopack Setup (0.0.942) installs applications.
Velopack Setup (0.0.1015) installs applications.
https://github.com/velopack/velopack
Usage: setup.exe [OPTIONS] [-- [EXE_ARGS]...]
Expand Down
37 changes: 37 additions & 0 deletions docs/reference/cli/content/update-linux.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Update.exe (Linux)
```
Velopack Updater (0.0.1015) manages packages and installs updates.
https://github.com/velopack/velopack
Usage: UpdateNix_x64 [OPTIONS]
UpdateNix_x64 apply [OPTIONS] [-- [EXE_ARGS]...]
UpdateNix_x64 start [OPTIONS] [EXE_NAME] [-- [EXE_ARGS]...]
UpdateNix_x64 patch [OPTIONS] --old <FILE> --patch <FILE> --output <FILE>
Options:
--verbose Print debug messages to console / log
-s, --silent Don't show any prompts / dialogs
-l, --log <PATH> Override the default log file location
-h, --help Print help
-V, --version Print version
UpdateNix_x64 apply:
Applies a staged / prepared update, installing prerequisite runtimes if necessary
--norestart Do not restart the application after the update
--waitPid <PID> Wait for the specified process to terminate before applying the update
-p, --package <FILE> Update package to apply
-h, --help Print help
[EXE_ARGS]... Arguments to pass to the started executable. Must be preceded by '--'.
UpdateNix_x64 start:
Starts the currently installed version of the application
--waitPid <PID> Wait for the specified process to terminate before applying the update
-h, --help Print help
[EXE_ARGS]... Arguments to pass to the started executable. Must be preceded by '--'.
[EXE_NAME] The optional name of the binary to execute
UpdateNix_x64 patch:
Applies a Zstd patch file
--old <FILE> Base / old file to apply the patch to
--patch <FILE> The Zstd patch to apply to the old file
--output <FILE> The file to create with the patch applied
-h, --help Print help
```
37 changes: 37 additions & 0 deletions docs/reference/cli/content/update-osx.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Update.exe (MacOS)
```
Velopack Updater (0.0.1015) manages packages and installs updates.
https://github.com/velopack/velopack
Usage: UpdateMac [OPTIONS]
UpdateMac apply [OPTIONS] [-- [EXE_ARGS]...]
UpdateMac start [OPTIONS] [EXE_NAME] [-- [EXE_ARGS]...]
UpdateMac patch [OPTIONS] --old <FILE> --patch <FILE> --output <FILE>
Options:
--verbose Print debug messages to console / log
-s, --silent Don't show any prompts / dialogs
-l, --log <PATH> Override the default log file location
-h, --help Print help
-V, --version Print version
UpdateMac apply:
Applies a staged / prepared update, installing prerequisite runtimes if necessary
--norestart Do not restart the application after the update
--waitPid <PID> Wait for the specified process to terminate before applying the update
-p, --package <FILE> Update package to apply
-h, --help Print help
[EXE_ARGS]... Arguments to pass to the started executable. Must be preceded by '--'.
UpdateMac start:
Starts the currently installed version of the application
--waitPid <PID> Wait for the specified process to terminate before applying the update
-h, --help Print help
[EXE_ARGS]... Arguments to pass to the started executable. Must be preceded by '--'.
[EXE_NAME] The optional name of the binary to execute
UpdateMac patch:
Applies a Zstd patch file
--old <FILE> Base / old file to apply the patch to
--patch <FILE> The Zstd patch to apply to the old file
--output <FILE> The file to create with the patch applied
-h, --help Print help
```
42 changes: 42 additions & 0 deletions docs/reference/cli/content/update-windows.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# Update.exe (Windows)
```
Velopack Updater (0.0.1015) manages packages and installs updates.
https://github.com/velopack/velopack
Usage: update.exe [OPTIONS]
update.exe apply [OPTIONS] [-- [EXE_ARGS]...]
update.exe start [OPTIONS] [EXE_NAME] [-- [EXE_ARGS]...]
update.exe patch [OPTIONS] --old <FILE> --patch <FILE> --output <FILE>
update.exe uninstall [OPTIONS]
Options:
--verbose Print debug messages to console / log
-s, --silent Don't show any prompts / dialogs
-l, --log <PATH> Override the default log file location
-h, --help Print help
-V, --version Print version
update.exe apply:
Applies a staged / prepared update, installing prerequisite runtimes if necessary
--norestart Do not restart the application after the update
--waitPid <PID> Wait for the specified process to terminate before applying the update
-p, --package <FILE> Update package to apply
-h, --help Print help
[EXE_ARGS]... Arguments to pass to the started executable. Must be preceded by '--'.
update.exe start:
Starts the currently installed version of the application
--waitPid <PID> Wait for the specified process to terminate before applying the update
-h, --help Print help
[EXE_ARGS]... Arguments to pass to the started executable. Must be preceded by '--'.
[EXE_NAME] The optional name of the binary to execute
update.exe patch:
Applies a Zstd patch file
--old <FILE> Base / old file to apply the patch to
--patch <FILE> The Zstd patch to apply to the old file
--output <FILE> The file to create with the patch applied
-h, --help Print help
update.exe uninstall:
Remove all app shortcuts, files, and registry entries.
-h, --help Print help
```
26 changes: 22 additions & 4 deletions docs/reference/cli/content/vpk-linux.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## `vpk -H`
```
Description:
Velopack CLI 0.0.942, for distributing applications.
Velopack CLI 0.0.1015, for distributing applications.
Usage:
vpk [command] [options]
Expand Down Expand Up @@ -107,6 +107,8 @@ Options:
'https://github.com/myname/myrepo').
--token ENV=VPK_TOKEN OAuth token to use as login
credentials.
--timeout <MINUTES> ENV=VPK_TIMEOUT Network timeout in minutes. [
default: 30]
--pre ENV=VPK_PRE Get latest pre-release instead of
stable.
```
Expand All @@ -129,6 +131,8 @@ Options:
'https://gitea.com/myname/myrepo').
--token ENV=VPK_TOKEN OAuth token to use as login
credentials.
--timeout <MINUTES> ENV=VPK_TIMEOUT Network timeout in minutes. [
default: 30]
--pre ENV=VPK_PRE Get latest pre-release instead of
stable.
```
Expand All @@ -155,7 +159,9 @@ Options:
--endpoint <URL> ENV=VPK_ENDPOINT Custom service url (backblaze,
digital ocean, etc).
--bucket <NAME> (REQ) ENV=VPK_BUCKET Name of the S3 bucket.
--prefix <PREFIX> ENV=VPK_PREFIX Prefix to the S3 url.
--prefix <PREFIX> ENV=VPK_PREFIX Prefix to the S3 url.
--timeout <MINUTES> ENV=VPK_TIMEOUT Network timeout in minutes. [
default: 30]
```

## `vpk download az -H`
Expand All @@ -177,7 +183,9 @@ Options:
(not the url)
--container <NAME> (REQ) ENV=VPK_CONTAINER Azure container name
--endpoint <URL> ENV=VPK_ENDPOINT Service url (eg.
https://<account-name>.blob.core.windows.net)
https://<account-name>.blob.core.windows.net)
--timeout <MINUTES> ENV=VPK_TIMEOUT Network timeout in minutes.
[default: 30]
```

## `vpk download local -H`
Expand Down Expand Up @@ -211,7 +219,9 @@ Options:
-c, --channel <NAME> ENV=VPK_CHANNEL The channel to use for this
release. [default: linux]
--url (REQ) ENV=VPK_URL Url to download remote releases
from.
from.
--timeout <MINUTES> ENV=VPK_TIMEOUT Network timeout in minutes. [
default: 30]
```

## `vpk upload -H`
Expand Down Expand Up @@ -248,6 +258,8 @@ Options:
'https://github.com/myname/myrepo').
--token ENV=VPK_TOKEN OAuth token to use as login
credentials.
--timeout <MINUTES> ENV=VPK_TIMEOUT Network timeout in
minutes. [default: 30]
--publish ENV=VPK_PUBLISH Create and publish instead
of leaving as draft.
--pre ENV=VPK_PRE Create as pre-release instead
Expand Down Expand Up @@ -279,6 +291,8 @@ Options:
'https://gitea.com/myname/myrepo').
--token ENV=VPK_TOKEN OAuth token to use as login
credentials.
--timeout <MINUTES> ENV=VPK_TIMEOUT Network timeout in
minutes. [default: 30]
--publish ENV=VPK_PUBLISH Create and publish instead
of leaving as draft.
--pre ENV=VPK_PRE Create as pre-release instead
Expand Down Expand Up @@ -316,6 +330,8 @@ Options:
(backblaze, digital ocean, etc).
--bucket <NAME> (REQ) ENV=VPK_BUCKET Name of the S3 bucket.
--prefix <PREFIX> ENV=VPK_PREFIX Prefix to the S3 url.
--timeout <MINUTES> ENV=VPK_TIMEOUT Network timeout in
minutes. [default: 30]
--keepMaxReleases <COUNT> ENV=VPK_KEEP_MAX_RELEASES The maximum
number of releases to keep in the bucket,
anything older will be deleted.
Expand All @@ -342,6 +358,8 @@ Options:
--endpoint <URL> ENV=VPK_ENDPOINT Service url (eg.
https://<account-name>.blob.core.windows.ne
t)
--timeout <MINUTES> ENV=VPK_TIMEOUT Network timeout in
minutes. [default: 30]
--keepMaxReleases <COUNT> ENV=VPK_KEEP_MAX_RELEASES The maximum
number of releases to keep in the
container, anything older will be deleted.
Expand Down
26 changes: 22 additions & 4 deletions docs/reference/cli/content/vpk-osx.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## `vpk -H`
```
Description:
Velopack CLI 0.0.942, for distributing applications.
Velopack CLI 0.0.1015, for distributing applications.
Usage:
vpk [command] [options]
Expand Down Expand Up @@ -175,6 +175,8 @@ Options:
'https://github.com/myname/myrepo').
--token ENV=VPK_TOKEN OAuth token to use as login
credentials.
--timeout <MINUTES> ENV=VPK_TIMEOUT Network timeout in minutes. [
default: 30]
--pre ENV=VPK_PRE Get latest pre-release instead of
stable.
```
Expand All @@ -197,6 +199,8 @@ Options:
'https://gitea.com/myname/myrepo').
--token ENV=VPK_TOKEN OAuth token to use as login
credentials.
--timeout <MINUTES> ENV=VPK_TIMEOUT Network timeout in minutes. [
default: 30]
--pre ENV=VPK_PRE Get latest pre-release instead of
stable.
```
Expand All @@ -223,7 +227,9 @@ Options:
--endpoint <URL> ENV=VPK_ENDPOINT Custom service url (backblaze,
digital ocean, etc).
--bucket <NAME> (REQ) ENV=VPK_BUCKET Name of the S3 bucket.
--prefix <PREFIX> ENV=VPK_PREFIX Prefix to the S3 url.
--prefix <PREFIX> ENV=VPK_PREFIX Prefix to the S3 url.
--timeout <MINUTES> ENV=VPK_TIMEOUT Network timeout in minutes. [
default: 30]
```

## `vpk download az -H`
Expand All @@ -245,7 +251,9 @@ Options:
(not the url)
--container <NAME> (REQ) ENV=VPK_CONTAINER Azure container name
--endpoint <URL> ENV=VPK_ENDPOINT Service url (eg.
https://<account-name>.blob.core.windows.net)
https://<account-name>.blob.core.windows.net)
--timeout <MINUTES> ENV=VPK_TIMEOUT Network timeout in minutes.
[default: 30]
```

## `vpk download local -H`
Expand Down Expand Up @@ -279,7 +287,9 @@ Options:
-c, --channel <NAME> ENV=VPK_CHANNEL The channel to use for this
release. [default: osx]
--url (REQ) ENV=VPK_URL Url to download remote releases
from.
from.
--timeout <MINUTES> ENV=VPK_TIMEOUT Network timeout in minutes. [
default: 30]
```

## `vpk upload -H`
Expand Down Expand Up @@ -316,6 +326,8 @@ Options:
'https://github.com/myname/myrepo').
--token ENV=VPK_TOKEN OAuth token to use as login
credentials.
--timeout <MINUTES> ENV=VPK_TIMEOUT Network timeout in
minutes. [default: 30]
--publish ENV=VPK_PUBLISH Create and publish instead
of leaving as draft.
--pre ENV=VPK_PRE Create as pre-release instead
Expand Down Expand Up @@ -347,6 +359,8 @@ Options:
'https://gitea.com/myname/myrepo').
--token ENV=VPK_TOKEN OAuth token to use as login
credentials.
--timeout <MINUTES> ENV=VPK_TIMEOUT Network timeout in
minutes. [default: 30]
--publish ENV=VPK_PUBLISH Create and publish instead
of leaving as draft.
--pre ENV=VPK_PRE Create as pre-release instead
Expand Down Expand Up @@ -384,6 +398,8 @@ Options:
(backblaze, digital ocean, etc).
--bucket <NAME> (REQ) ENV=VPK_BUCKET Name of the S3 bucket.
--prefix <PREFIX> ENV=VPK_PREFIX Prefix to the S3 url.
--timeout <MINUTES> ENV=VPK_TIMEOUT Network timeout in
minutes. [default: 30]
--keepMaxReleases <COUNT> ENV=VPK_KEEP_MAX_RELEASES The maximum
number of releases to keep in the bucket,
anything older will be deleted.
Expand All @@ -410,6 +426,8 @@ Options:
--endpoint <URL> ENV=VPK_ENDPOINT Service url (eg.
https://<account-name>.blob.core.windows.ne
t)
--timeout <MINUTES> ENV=VPK_TIMEOUT Network timeout in
minutes. [default: 30]
--keepMaxReleases <COUNT> ENV=VPK_KEEP_MAX_RELEASES The maximum
number of releases to keep in the
container, anything older will be deleted.
Expand Down
Loading

0 comments on commit 49d2685

Please sign in to comment.