-
Notifications
You must be signed in to change notification settings - Fork 1
/
HELP.txt
36 lines (30 loc) · 1.56 KB
/
HELP.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Usage:
github:labels [$label-config|list]
Bulk creates labels in a Github repository from a label-config file.
You will be prompted for a Github repository to apply the labels.
Label config files are located the /extras/label_configs directory,
and are formatted with one label per line, with the label name on
the left, separated by a colon (:) and the color hex value on the
right.
You will need to set GITHUB_TOKEN in your .ashrc file that is a
valid Github access token with permissions that are enough to
create labels in the repo you use.
github:repo new
github:repo new repo Tied to your account
github:repo new org/repo Tied to org
Opts:
-n --name Name of repository
-d --description Description of repository
-h --homepage URL after description
-p --private
-i --disable-issues
-w --disable-wiki
-D --disable-download
-t --teams Pass team ID to set team permission
-a --auto-init Adds blank readme
-g --gitignore gitignore style (ie, Haskell)
-l --license license template (ie, MIT)
-v --verbose Verbose CURL request
-r --dry-run Pass CURL request thru netcat proxy
github:repo delete user/repo
Delete repository associated with user/repo