Index Command

The index command will display all revisions that have been analysed inside the available wily cache folder.

../_images/wily_index.png

Examples

To get a list of revisions in the cache,

$ wily index

By default, the index command will show the author of the revision, the date and the first 7 characters of the SHA.

To show the commit message, add the --message flag

$ wily index --message

Command Line Usage