File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ pypkg_ci:
2929 "metadata",
3030 json.loads((Path(args.repo).resolve() / ".github/.repodynamics/metadata.json").read_text())
3131 )
32+ - args : [ --remove-tokens ]
33+ kwargs :
34+ help : Remove all tokens read from the environment.
35+ action : store_true
3236 subparser :
3337 id : main
3438 kwargs :
@@ -42,7 +46,7 @@ pypkg_ci:
4246 defaults :
4347 endpoint : cca.run_cli
4448 arguments :
45- - args : [ -t, --token ]
49+ - args : [ -t, --github- token ]
4650 kwargs :
4751 type : str
4852 help : GitHub token for accessing the repository.
@@ -220,7 +224,7 @@ pypkg_ci:
220224 actionman :
221225 install :
222226 pip :
223- version : ==0.1.0
227+ version : ==0.1.1
224228 homepage : https://pypi.org/project/actionman
225229 url :
226230 docs : https://actionman.repodynamics.com
@@ -259,7 +263,7 @@ pypkg_ci:
259263 github-contexts :
260264 install :
261265 pip :
262- version : ==0.1.0
266+ version : ==0.1.1
263267 homepage : https://pypi.org/project/github-contexts
264268 url :
265269 docs : https://github-contexts.repodynamics.com
You can’t perform that action at this time.
0 commit comments