Add option to include certain number of the latest releases.

This commit is contained in:
BrOleg5
2024-01-02 12:54:06 +08:00
parent a97f15b519
commit eb88def888
2 changed files with 20 additions and 2 deletions

View File

@@ -49,7 +49,8 @@ CLI Help output::
[-P] [-F] [--prefer-ssh] [-v]
[--keychain-name OSX_KEYCHAIN_ITEM_NAME]
[--keychain-account OSX_KEYCHAIN_ITEM_ACCOUNT]
[--releases] [--assets] [--exclude [REPOSITORY [REPOSITORY ...]]
[--releases] [--assets] [--latest-releases INCLUDE_LATEST_RELEASES]
[--exclude [REPOSITORY [REPOSITORY ...]]
[--throttle-limit THROTTLE_LIMIT] [--throttle-pause THROTTLE_PAUSE]
USER
@@ -126,6 +127,9 @@ CLI Help output::
binaries
--assets include assets alongside release information; only
applies if including releases
--latest-releases INCLUDE_LATEST_RELEASES
include certain number of the latest releases; only
applies if including releases
--exclude [REPOSITORY [REPOSITORY ...]]
names of repositories to exclude from backup.
--throttle-limit THROTTLE_LIMIT