List the help for each command, by adding the --help flag

$ pyrevit --help        # will print help to console (-h shorthand)

pyrevit COMMAND --help

To determine the version of your installed CLI tool

$ pyrevit --version     # -V shorthand
pyrevit v0.1.5.0

To access a variety of online resource, use these commands

$ pyrevit wiki      # pyRevit wiki page
$ pyrevit blog      # pyRevit blog page
$ pyrevit docs      # pyRevit documentation
$ pyrevit source    # pyRevit source code
$ pyrevit youtube   # pyRevit YouTube channel
$ pyrevit support   # pyRevit suppport page for pyRevit patrons

With most commands you can log the complete results to a log file using the --log= option

$ pyrevit clone master --log="C:\\logfile.txt"