compose/fig/cli
Aanand Prasad d528f9f642 Regardless of dependencies, `fig up` only attaches to what you specify
Without this, if you go:

    $ fig up -d db
    $ fig up web

you'll get output for both db and web, and Ctrl-C will kill them both.

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2014-07-11 11:58:59 -07:00
..
__init__.py plum -> fig 2013-12-20 20:28:24 +00:00
colors.py First version with python3 support. 2014-01-06 17:58:49 +00:00
command.py Use yaml.safe_load instead of yaml.load 2014-07-10 15:15:55 +01:00
docopt_command.py First version with python3 support. 2014-01-06 17:58:49 +00:00
errors.py Indent string literals 2014-02-26 16:34:45 +00:00
formatter.py Remove compat texttable module - breaks on Python 2.7 2014-01-09 15:32:59 +00:00
log_printer.py Pass byte strings straight through LogPrinter 2014-06-18 14:51:13 +01:00
main.py Regardless of dependencies, `fig up` only attaches to what you specify 2014-07-11 11:58:59 -07:00
multiplexer.py Stop 'fig up' when a container exits 2014-03-25 13:19:32 +00:00
utils.py Remove unused imports 2014-04-14 22:39:49 +01:00