bin/sitefuel in sitefuel-0.1.0a vs bin/sitefuel in sitefuel-0.1.0b
- old
+ new
@@ -13,25 +13,29 @@
# versions.
#
#
# == Usage
#
-# sitefuel <command> [--driver=file|svn|git] <source> [<output>]
-# [--debug] [--verbose] [--help] [--license]
+# sitefuel <command> [--scm=file|svn|git] <source> [<output>] [--debug] \
+# [--verbose]
+# [--help]
+# [--license]
#
# === <command>
# Possible commands are:
+# pull: Pulls a website from an SCM into a temporary directory.
# stage:: Simulate a deployment of a site.
# deploy:: Deploy a site using SiteFuel.
+# process:: Deploy a website in-place. Not recommended.
# help:: Show this message.
#
# === <driver>
# SiteFuel can typically guess what driver to use, but you can explicitly
# specify:
#
# filesystem:: deploy a directory
-# svn:: use with Subversion repositories
-# git:: use with Git repositories
+# svn:: use with Subversion repositories
+# git:: use with Git repositories
#
# === <source>
# Specify the source SiteFuel is deploying from. This should accept all
# protocols supported by enabled drivers. Eg.
#
\ No newline at end of file