Re: DISCUSS: usage of flags in stratos cli 4.1

2015-03-14 Thread Imesh Gunaratne
lto:im...@apache.org] > *Sent:* Wednesday, March 11, 2015 6:13 PM > > *To:* dev > *Subject:* Re: DISCUSS: usage of flags in stratos cli 4.1 > > > > Hi Martin, > > > > Thanks for the response. Still "cmdOptions" does not sound (at least to > me) as they

RE: DISCUSS: usage of flags in stratos cli 4.1

2015-03-11 Thread Martin Eppel (meppel)
: Wednesday, March 11, 2015 6:13 PM To: dev Subject: Re: DISCUSS: usage of flags in stratos cli 4.1 Hi Martin, Thanks for the response. Still "cmdOptions" does not sound (at least to me) as they are passed by the shell when running the CLI in none interactive mode. For a new developer i

Re: DISCUSS: usage of flags in stratos cli 4.1

2015-03-11 Thread Imesh Gunaratne
> LoggerFactory.getLogger(AddAutoscalingPolicyCommand.class); > > > > private final Options options; > > > > … > > *From:* Imesh Gunaratne [mailto:im...@apache.org] > *Sent:* Tuesday, March 10, 2015 1:08 PM > *To:* dev > *Subject:* Re: DISCUSS: usage

RE: DISCUSS: usage of flags in stratos cli 4.1

2015-03-10 Thread Martin Eppel (meppel)
logger = LoggerFactory.getLogger(AddAutoscalingPolicyCommand.class); private final Options options; … From: Imesh Gunaratne [mailto:im...@apache.org] Sent: Tuesday, March 10, 2015 1:08 PM To: dev Subject: Re: DISCUSS: usage of flags in stratos cli 4.1 Hi Martin, I reviewed your fix and it looks

Re: DISCUSS: usage of flags in stratos cli 4.1

2015-03-10 Thread Imesh Gunaratne
gt; > > Thanks > > > > Martin > > > > *From:* Martin Eppel (meppel) > *Sent:* Monday, March 09, 2015 12:01 PM > *To:* dev@stratos.apache.org > *Subject:* DISCUSS: usage of flags in stratos cli 4.1 > > > > Hi, > > > > In 4.1 do we still s

RE: DISCUSS: usage of flags in stratos cli 4.1

2015-03-09 Thread Martin Eppel (meppel)
revert, Thanks Martin From: Martin Eppel (meppel) Sent: Monday, March 09, 2015 12:01 PM To: dev@stratos.apache.org Subject: DISCUSS: usage of flags in stratos cli 4.1 Hi, In 4.1 do we still support cli commands which accept flags only, similar to "unsubscribe-cartridge -f" in 4.0 ? I we

DISCUSS: usage of flags in stratos cli 4.1

2015-03-09 Thread Martin Eppel (meppel)
Hi, In 4.1 do we still support cli commands which accept flags only, similar to "unsubscribe-cartridge -f" in 4.0 ? I went through all the cli commands but don't see any "flag" as command option (unless I missed it) . The reason I am asking is that in 4.0.0 there was an issue with the command