File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ CLI app for managing GitHub labels for Python 3.6 and newer. 📝
6
6
7
7
** labels** is available for download from [ PyPI] [ PyPI ] via [ pip] [ pip ] :
8
8
9
- ``` text
9
+ ``` bash
10
10
pip install labels
11
11
```
12
12
@@ -23,6 +23,14 @@ export LABELS_USERNAME="<GITHUB_USERNAME>"
23
23
export LABELS_TOKEN=" <GITHUB_TOKEN>"
24
24
```
25
25
26
+ You can override one or both of these values manually using the following CLI
27
+ options:
28
+
29
+ ``` text
30
+ -u, --username TEXT GitHub username
31
+ -t, --token TEXT GitHub access token
32
+ ```
33
+
26
34
## Usage
27
35
28
36
Once you've installed ** labels** and set up the environment variables, you're
@@ -54,7 +62,7 @@ information. The default name for this file is ``labels.toml`` in your
54
62
current working directory and can be changed by passing the ``-f, --filename
55
63
PATH`` option followed by the path to where you want to write to.
56
64
57
- ``` text
65
+ ``` bash
58
66
labels fetch -o hackebrot -r pytest-emoji
59
67
```
60
68
You can’t perform that action at this time.
0 commit comments