Release Date: Monday, September 28, 2016
Release Highlights
- Support for command and control via scripts, api and command line tool.
- Support for talon distributions.
Compatibility Notes
The following issues have compatibility implications:
Change Log
New Feature
ROBIN-87 - Add server admin command to get an apps list of commands along with usage. |
A Talon XVM has the ability to discover annotated 'Command' methods provided by an application. This release provides the ability to for administrative tools such as Robin to discover these commands by requesting and retrieving a command list for an application via Talon's Command And Control Model The above command could then be discovered and its usage printed via API: API List Commands or via the the robin command line tool: RbnTool List Commands Compatiblity Notes: Note listing commands requires Robin to be talking to a Talon XVM of version 3.4 or newer CONTROLLER |
ROBIN-89 - Allow RobinTool to invoke commands on an App. |
This feature allows listing and invoking annotated commands exposed via an application through annotations from the Robin command line tool rbntool. Given a application method annotated as: rbntool can list list the command usage via the 'listAppCommands' command: "List Commands" "Invoke Commands" CONTROLLER ROBIN COMMAND LINE TOOL |