-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Command Line Tool
chriseppstein edited this page Sep 13, 2010
·
12 revisions
$ ./bin/compass -h
Usage: compass [options] [project]
Description:
When project is given, generates a new project of that name as a subdirectory of
the current directory.
If you change any source files, you can update your project using --update.
Options:
-u, --update Update the current project
-f, --framework FRAMEWORK Set up a new project using the selected framework. Legal values: compass (default), blueprint
--force Force. Allows some commands to succeed when they would otherwise fail.
-e, --environment ENV Use sensible defaults for your current environment (development, production)
-s, --output-style STYLE Select a CSS output mode (nested, expanded, compact, compressed)
-q, --quiet Quiet mode.
--dry-run Dry Run. Tells you what it plans to do.
--trace Show a full traceback on error
-?, -h, --help Show this message
-v, --version Print version