-
Notifications
You must be signed in to change notification settings - Fork 23
Command Line
JC edited this page May 14, 2014
·
7 revisions
If you've installed the Saffron gem, you'll have access to a few Saffron commands.
-
saffron install
-
saffron update
-
saffron help
,saffron --help
,saffron -h
-
saffron version
,saffron --version
,saffron -v
If you want to use the CLI without installing the gem (maybe you're pulling from the git repo), you'll have to use bundle exec
before a command:
bundle exec saffron <command>
The help
command can be run on its own, or with a command following it. If you follow help
or any of its aliases with a command, you'll get help information for that specific command. For example:
saffron -h install