CLI¶
asya¶
Asya Command Line Interface (via click)
asya [OPTIONS] USERNAME
Options
-
-i,--involvement<involvement>¶ How is given user involved in issues.
-
--text<text>¶ Text to filter issues.
-
--in<in>¶ In what should be text searched.
-
--type<type>¶ Restriction to just issues or just PRs.
-
--state<state>¶ Restriction to just issues or just PRs.
-
--created<created>¶ Date expression to filter by created date.
-
--updated<updated>¶ Date expression to filter by updated date.
-
--label<label>¶ String to filter by label.
-
--language<language>¶ String to filter by language.
-
--sort<sort>¶ Sort search results (important for >1000 results).
-
--order<order>¶ Sort order of results (important for >1000 results).
-
-t,--token<token>¶ Personal GitHub token.
-
-w,--wait-rate-limit¶ Wait for rate limit reset if needed.
-
-s,--skip-404¶ Skip not-found GitHub resources (such as disabled repos).
-
-b,--progress-bar¶ Toggle progress bar (default false).
-
--info,--no-info¶ Toggle info texts (default true).
-
--api-endpoint<api_endpoint>¶ How is given user involved in issues.
-
--debug¶ Debug mode (not catching other exceptions).
-
--version¶ Show the version and exit.
Arguments
-
USERNAME¶ Required argument
Environment variables