Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Eatesam Khan MohammedEatesam Khan MohammedReporter
Gavin HallidayGavin HallidayPriority
Not specifiedFix versions
Pull Request URL
Details
Details
Components
Assignee
Eatesam Khan Mohammed
Eatesam Khan MohammedReporter
Gavin Halliday
Gavin HallidayPriority
Fix versions
Pull Request URL
Created November 13, 2023 at 5:35 PM
Updated November 12, 2024 at 5:28 PM
Resolved August 29, 2024 at 4:24 PM
I suggest introducing a new command line tool which can be used to call any service within esp. It would take the xml files generated from the scm files for the esp services and use them to dynamically configure a tool for calling those services.
The syntax would be something like
e.g.
A few characteristics:
It should be completely generalised with no special casing - configured purely by the xml files.
It should be integrated with the linux command completion and provide context sensitive completion.
It should have build in help, also generated from the xml files.
Extension: The output could be controlled to use json/xml and it could use xpath to extract values from the result.
It would initially only support scalar arguments. Very few (no?) services have complex parameters.
This would be useful
i) for testing the apis
ii) for learning what the apis are.
iii) For users to automate tasks that do not currently have specialised implementations within the other command line tools.
please add any other comments/observations.