Skip to content

Commit f86b2f6

Browse files
Flowdalicarthurzam
authored andcommitted
pkgdev_bugs: add warning about using --api-key, document ~/.bugz_token
Signed-off-by: Florian Schmaus <[email protected]> Closes: #159 Signed-off-by: Arthur Zamarin <[email protected]>
1 parent 4e4789f commit f86b2f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pkgdev/scripts/pkgdev_bugs.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@
4242
metavar="KEY",
4343
help="Bugzilla API key",
4444
docs="""
45-
The Bugzilla API key to use for authentication.
45+
The Bugzilla API key to use for authentication. WARNING: using this
46+
option will expose your API key to other users of the same system.
47+
Consider instead saving your API key in a file named ~/.bugz_token.
4648
""",
4749
)
4850
bugs.add_argument(

0 commit comments

Comments
 (0)