-b
directory
, --blogdir
directory
Allows you to specify a directory
in which the BlazeBlogger repository is placed. The default option is a current working directory.
-I
id
, --id
id
Allows you to display a single blog post or a page with the specified id
.
-a
author
, --author
author
Allows you to list blog posts or pages by the selected author
.
-t
title
, --title
title
Allows you to list blog posts or pages with matching title
.
-T
tag
, --tag
tag
Allows you to list blog posts or pages with matching tag
.
-d
day
, --day
day
Allows you to list blog posts or pages from the specified day
of a month. The value has to be in the DD
form.
-m
month
, --month
month
Allows you to list blog posts or pages from the specified month
. The value has to be in the MM
form.
-y
year
, --year
year
Allows you to list blog posts or pages from the specified year
. The value has to be in the YYYY
form.
-n
number
, --number
number
Allows you to specify a number
of blog posts or pages to be listed.
-p
, --page
Tells blaze-list
to list pages.
-P
, --post
Tells blaze-list
to list blog posts. This is the default option.
-S
, --stats
Tells blaze-list
to display statistics.
-s
, --short
Tells blaze-list
to display each blog post or page information on a single line.
-r
, --reverse
Tells blaze-list
to display blog posts or pages in reverse order.
-c
, --color
Enables colored output. When supplied, this option overrides the relevant configuration option.
-C
, --no-color
Disables colored output. When supplied, this option overrides the relevant configuration option.
-q
, --quiet
Disables displaying of unnecessary messages.
-V
, --verbose
Enables displaying of all messages. This is the default option.
-h
, --help
Displays usage information and exits.
-v
, --version
Displays version information and exits.