[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Fab-user] Sticking more stuff into env from the commandline
From: |
Oivvio Polite |
Subject: |
[Fab-user] Sticking more stuff into env from the commandline |
Date: |
Wed, 5 Oct 2011 13:36:00 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
I'd like to use env to store some more options provided on the command
line so that for instance
$ fabric --foo bar sometask
would give result in sometask being run with env.foo == "bar"
or even
$ fabric --extraenvs foo:bar,baz:qux sometask
would result in sometask being run with env.foo == "bar" and
env.bar == "qux"
Is there anyway of doing something along those lines with the way that
fabric works a the moment or would that have to be added?
oivvio
--
http://liberationtech.net
- [Fab-user] Sticking more stuff into env from the commandline,
Oivvio Polite <=