-
Improvement
-
Resolution: Fixed
-
Minor
-
None
Produce a live list of available command lines in the Cli interface and cli help command like "java -jar jenkins-cli.jar -s http://localhost:8080/ help" and improve it with html fragments for samples.
GOAL:
- Discover at runtime the available CLICommand extensions (sub-classes of CLICommand or @MethodCLI annotations)
- Display help content in http://localhost:8080/cli (_cli.jelly)
INFOS:
- https://wiki.jenkins-ci.org/display/JENKINS/Token+Macro+Plugin should do something similar