repo-helper show¶
Show information about the repository.
log¶
Show git commit log.
repo-helper show log [OPTIONS]
Options
-
--no-pager¶ Disable the output pager.
-
--colour,--no-colour¶ Whether to use coloured output.
-
--from-tag<from_tag>¶ Show commits after the given tag.
-
--from-date<from_date>¶ Show commits after the given date.
-
-r,--reverse¶ Print entries in reverse order.
-
-n,--entries<entries>¶ Maximum number of entries to display.
changelog¶
Show commits since the last version tag.
repo-helper show changelog [OPTIONS]
Options
-
--no-pager¶ Disable the output pager.
-
--colour,--no-colour¶ Whether to use coloured output.
-
-r,--reverse¶ Print entries in reverse order.
-
-n,--entries<entries>¶ Maximum number of entries to display.
requirements¶
Lists the requirements of this library, and their dependencies.
repo-helper show requirements [OPTIONS]
Options
-
--no-venv¶ Don’t search a ‘venv’ directory in the repository for the requirements.
-
-c,--concise¶ Show a consolidated list of all dependencies.
-
-d,--depth<depth>¶ The maximum depth to display. -1 means infinite depth.
- Default
-1
-
--no-pager¶ Disable the output pager.
Changed in version 2020.12.3: Added the -c / --concise option.