API change: juju CLI support for adding/removing multiple service units at once

Gustavo Niemeyer gustavo.niemeyer at canonical.com
Wed Nov 16 22:35:06 UTC 2011


>> juju add-unit 5 wordpress juju deploy hadoop-slave 20
>
> What about:
>
>  juju deploy wordpress 5
>  juju add-unit <name of service> n

I'd suggest sticking to traditional argument parsing:

    juju deploy -n 5 wordpress
    juju add-unit -n 5 <name of service>

Diverging from that won't really be helpful IMO.

-- 
Gustavo Niemeyer
http://niemeyer.net
http://niemeyer.net/plus
http://niemeyer.net/twitter
http://niemeyer.net/blog

-- I'm not absolutely sure of anything.



More information about the Juju mailing list