blaze.batblaze.bat allows you to run all BlazeBlogger utilities with a single command.
blazecommand[option…]blazehelp[command]
blaze.bat provides a common way to run BlazeBlogger utilities with a single command.
initblaze-init, a utility that either creates a BlazeBlogger repository, or recovers a previously corrupted one. Refer to Section 3.1, “blaze-init” for a full description of the command usage.
configblaze-config, a utility that either displays, or sets BlazeBlogger configuration options. Refer to Section 3.2, “blaze-config” for a full description of the command usage.
addblaze-add, a utility that adds a blog post or a page to the BlazeBlogger repository. Refer to Section 3.3, “blaze-add” for a full description of the command usage.
editblaze-edit, a utility that edits a blog post or a page in the BlazeBlogger repository. Refer to Section 3.4, “blaze-edit” for a full description of the command usage.
removeblaze-remove, a utility that removes a blog post or a page from the BlazeBlogger repository. Refer to Section 3.5, “blaze-remove” for a full description of the command usage.
listblaze-list, a utility that lists blog posts or pages in the BlazeBlogger repository. Refer to Section 3.6, “blaze-list” for a full description of the command usage.
makeblaze-make, a utility that generates a blog from the BlazeBlogger repository. Refer to Section 3.7, “blaze-make” for a full description of the command usage.
logblaze-log, a utility that displays the BlazeBlogger repository log. Refer to Section 3.8, “blaze-log” for a full description of the command usage.
helpcommand.
blaze-remove command:
C:\> blaze remove -p 4blaze-config command:
C:\> blaze help config
Usage: blaze-config [-qV] [-b DIRECTORY] [-E EDITOR] OPTION [VALUE...]
blaze-config -e [-b DIRECTORY]
blaze-config -h|-v
-b, --blogdir DIRECTORY specify a directory in which the BlazeBlogger
repository is placed
-E, --editor EDITOR specify an external text editor
-e, --edit edit the configuration in a text editor
-q, --quiet do not display unnecessary messages
-V, --verbose display all messages
-h, --help display this help and exit
-v, --version display version information and exitblaze-init”blaze-init creates a BlazeBlogger repository, or recovers a previously corrupted one.
blaze-config”blaze-config displays or sets BlazeBlogger configuration options.
blaze-add”blaze-add adds a blog post or a page to the BlazeBlogger repository.
blaze-edit”blaze-edit edits a blog post or a page in the BlazeBlogger repository.
blaze-remove”blaze-remove removes a blog post or a page from the BlazeBlogger repository.
blaze-list”blaze-list lists blog posts or pages in the BlazeBlogger repository.
blaze-make”blaze-make generates a blog from the BlazeBlogger repository.
blaze-log”blaze-log displays the BlazeBlogger repository log.