Sreenivas Munnangi wrote on 06/29/09 19:21:
>
> Bill Shannon wrote:
>
>> Byron Nevins wrote on 06/29/09 11:00:
>>
>>> To start using the new CLI just set this environmental variable
>>> semi-permanently
>>>
>>> ASADMIN_NEW=true
>>
>>
>> The above enables support for asadmin options both intermixed with
>> and separate from command options.
>>
>> For example, you can use either:
>>
>> $ asadmin list-applications --host foo --port 5656
>>
>> or
>>
>> $ asadmin --host foo --port 5656 list-applications
>>
>> If you use the latter form, *all* the asadmin "meta-options" need
>> to come before the command-specific options.
>>
> Hope we could have some doc./TOI around this when you are ready.
Kedar has documented most of this here:
https://glassfish.dev.java.net/nonav/v3/admin/planning/j109/admin-cli.html
I don't think all of this is going to get implemented for v3, but it
gives you an idea of the direction we're headed.