Add missing CLI endpoints for webUI, download and serve it from CLI web --web-ui parameter #3123
Labels
cli 🔤
Command-line SDK-based Node.js Client issues
enhancement
New feature or request
feature parity ⚖️
Needed for feature parity with the Raiden Python client
Description
LC CLI provides almost all endpoints from PC in a schema-compatible manner. Only a few config endpoints missing, which after implemented, should allow CLI to be a drop-in replacement for Raiden webUI, a nice user interface and admin panel for a raiden REST API-compatible client. Additionally,
--web-ui
/--no-web-ui
command line options should control serving a pre-built version of the webUI in the respective endpoints.This should give CLI users a better perspective of current node's state in a more ergonomic way than raw REST requests.
Acceptance criteria
Tasks
--web-ui
to allow serving webUI files from/
The text was updated successfully, but these errors were encountered: