Skip to content

Commit 6e6842b

Browse files
authored
Merge pull request josegonzalez#151 from garymoon/readme-update-0.33
2 parents 70f711e + 272177c commit 6e6842b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ CLI Usage is as follows::
4141
[-P] [-F] [--prefer-ssh] [-v]
4242
[--keychain-name OSX_KEYCHAIN_ITEM_NAME]
4343
[--keychain-account OSX_KEYCHAIN_ITEM_ACCOUNT]
44-
[--releases] [--assets]
44+
[--releases] [--assets] [--throttle-limit THROTTLE_LIMIT]
45+
[--throttle-pause THROTTLE_PAUSE]
4546
USER
4647

4748
Backup a github account
@@ -111,6 +112,13 @@ CLI Usage is as follows::
111112
binaries
112113
--assets include assets alongside release information; only
113114
applies if including releases
115+
--throttle-limit THROTTLE_LIMIT
116+
start throttling of GitHub API requests after this
117+
amount of API requests remain
118+
--throttle-pause THROTTLE_PAUSE
119+
wait this amount of seconds when API request
120+
throttling is active (default: 30.0, requires
121+
--throttle-limit to be set)
114122

115123

116124
The package can be used to backup an *entire* organization or repository, including issues and wikis in the most appropriate format (clones for wikis, json files for issues).

0 commit comments

Comments
 (0)