admin@glassfish.java.net

Re: New CLI

From: Bill Shannon <bill.shannon_at_sun.com>
Date: Tue, 30 Jun 2009 12:13:49 -0700

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.