Being somewhat weird, I like doing things from the command line - thus for WAS I want to learn as much as possible about wsadmin with jython.
I see and can print out help on particular commands for an object. On the IBM site looking through the wsadmin stuff, I don't see anywhere that shows what options are valid for a particular command.
For example looking at AdminApp.export, on the IBM site it is obvious what the first two arguments are, but for the third (options), how can I find what all options are valid? Is that information written somewhere or is it expected to turn on command history in the console, run a command from there, and then select to view the last command?
Certainly there is written information somewhere.
Thanks in advance,