diff options
Diffstat (limited to 'docs/man/nikola.1')
| -rw-r--r-- | docs/man/nikola.1 | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/docs/man/nikola.1 b/docs/man/nikola.1 index 9385a2a..f794ccb 100644 --- a/docs/man/nikola.1 +++ b/docs/man/nikola.1 @@ -1,7 +1,7 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.43.3. -.TH NIKOLA "1" "November 2013" "nikola 6.2.1" "User Commands" +.TH NIKOLA "1" "January 2014" "nikola 6.3.0" "User Commands" .SH NAME -nikola \- manual page for nikola 6.2.1 +nikola \- manual page for nikola 6.3.0 .SH DESCRIPTION Nikola is a tool to create static websites and blogs. For full documentation and more information, please visit http://getnikola.com .SS "Available commands:" @@ -22,11 +22,14 @@ nikola clean clean action / remove targets .TP nikola console -Start an interactive Python (IPython\->bpython\->plain) console with access to your site and configuration +start an interactive Python console with access to your site .TP nikola deploy deploy the site .TP +nikola doit_auto +automatically execute tasks when a dependency changes +.TP nikola dumpdb dump dependency DB .TP @@ -66,6 +69,9 @@ apply mincss to the generated site nikola new_post create a new blog post or site page .TP +nikola orphans +list all orphans +.TP nikola run run tasks .TP @@ -75,6 +81,9 @@ start the test webserver nikola strace use strace to list file_deps and targets .TP +nikola tabcompletion +generate script for tab\-complention +.TP nikola version print the Nikola version number .TP |
