mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2026-03-11 21:07:02 +01:00
Add option to include certain number of the latest releases.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user