You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-O, --organization whether or not this is an organization user
98
98
-R REPOSITORY, --repository REPOSITORY
99
99
name of repository to limit backup to
100
-
-P, --private include private repositories
101
-
-F, --fork include forked repositories
100
+
-P, --private include private repositories [*]
101
+
-F, --fork include forked repositories [*]
102
102
--prefer-ssh Clone repositories using SSH instead of HTTPS
103
103
-v, --version show program's version number and exit
104
104
--keychain-name OSX_KEYCHAIN_ITEM_NAME
@@ -107,6 +107,10 @@ CLI Usage is as follows::
107
107
--keychain-account OSX_KEYCHAIN_ITEM_ACCOUNT
108
108
OSX ONLY: account field of password item in OSX
109
109
keychain that holds the personal access or OAuth token
110
+
--releases include release information, not including assets or
111
+
binaries
112
+
--assets include assets alongside release information; only
113
+
applies if including releases
110
114
111
115
112
116
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