Usage¶
gisrep¶
Main function for Gisrep tool
gisrep [OPTIONS] COMMAND [ARGS]...
init¶
Creates a ‘.gisreprc’ configuration file to store Github username and adds the password to the system password manager.
USERNAME: Github username
gisrep init [OPTIONS] USERNAME
Options
-
--force,--no-force¶ Overwrite an existing config file
-
--local,--global¶ Path to a directory in which to save the file
-
--password<password>¶
Arguments
-
USERNAME¶ Required argument
report¶
Publishes a report of nicely formatted Github issues specified by a Github issues search query (see help.github.com/articles/searching-issues-and-pull-requests/)
QUERY: The Github query to find issues for
gisrep report [OPTIONS] QUERY
Options
-
--external<external>¶ Custom template for formatting the results
-
--internal<internal>¶ Internal Gisrep template for formatting the results
-
--config<config>¶ Path to gisrep config file
-
--credentials<credentials>¶ Username and password
Arguments
-
QUERY¶ Required argument
templates¶
Lists internal templates shipped with gisrep that may be used with the ‘report’ command to format the results.
gisrep templates [OPTIONS]