added some more commands

This commit is contained in:
lukasepple 2014-12-08 16:18:46 +01:00
parent 78ec9c37eb
commit e52a9765a5

View file

@ -287,6 +287,8 @@ Imagine a executable `coleslaw`, the commands would be invoked like this: `coles
* `site` is the same as `post` but for static site (should we add this?)
* `deploy`/`upload` does upload the files from `output-dir` to your (configured) webserver using rsync (?). Takes:
* `--dir`: If not supplied `.` is used
* `git-deploy` adds the post-receive hook to a git repo specified with `--dir`
* `serve` starts a hunchentoot serving the blog locally
### Plugin Constraints