1BLAZE(1) BlazeBlogger Documentation BLAZE(1)
2
3
4
6 blaze - allows you to run BlazeBlogger utilities with a single command
7
9 blaze command [option...]
10
11 blaze help|man [command]
12
13 blaze -h|-v
14
16 blaze provides a common way to run BlazeBlogger utilities with a single
17 command.
18
20 Command Line Options
21 -h, --help
22 Displays usage information and exits.
23
24 -v, --version
25 Displays version information and exits.
26
27 Available Commands
28 init Runs blaze-init, a utility that either creates a BlazeBlogger
29 repository, or recovers a previously corrupted one.
30
31 config Runs blaze-config, a utility that either displays, or sets
32 BlazeBlogger configuration options.
33
34 add Runs blaze-add, a utility that adds a blog post or a page to the
35 BlazeBlogger repository.
36
37 edit Runs blaze-edit, a utility that edits a blog post or a page in
38 the BlazeBlogger repository.
39
40 remove Runs blaze-remove, a utility that removes a blog post or a page
41 from the BlazeBlogger repository.
42
43 list Runs blaze-list, a utility that lists blog posts or pages in the
44 BlazeBlogger repository.
45
46 make Runs blaze-make, a utility that generates a blog from the Blaze‐
47 Blogger repository.
48
49 log Runs blaze-log, a utility that displays the BlazeBlogger reposi‐
50 tory log.
51
52 help Displays usage information, either for the utility itself, or
53 for the selected command.
54
55 man Displays a manual page, either for the utility itself, or for
56 the selected command.
57
58 version
59 Displays version information.
60
62 EDITOR Unless the core.editor option is set, blaze tries to use system-
63 wide settings to decide which editor to use.
64
66 blaze-init(1), blaze-config(1), blaze-add(1), blaze-edit(1), blaze-
67 remove(1), blaze-list(1), blaze-make(1), blaze-log(1)
68
70 To report a bug or to send a patch, please, add a new issue to the bug
71 tracker at <http://code.google.com/p/blazeblogger/issues/>, or visit
72 the discussion group at <http://groups.google.com/group/blazeblogger/>.
73
75 Copyright (C) 2009-2010 Jaromir Hradilek
76
77 This program is free software; see the source for copying conditions.
78 It is distributed in the hope that it will be useful, but WITHOUT ANY
79 WARRANTY; without even the implied warranty of MERCHANTABILITY or FIT‐
80 NESS FOR A PARTICULAR PURPOSE.
81
82
83
84Version 1.1.2 2010-10-29 BLAZE(1)