Actions
User story #23584
openRewrite the rudder-package CLI
Pull Request:
UX impact:
It bothers me each time
Suggestion strength:
Advise - This would make Rudder significantly better | easier | simpler
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Large
Name check:
To do
Fix check:
To do
Regression:
No
Description
The rudder-package tool is currently written in ugly Python code, which makes it quite hard to maintain.
Also, the CLI was poorly designed since it was made before the plugins were a thing in Rudder. A cleanup would be appreciated.
- A way more documented/tested internal interface
- Not python based, but packaged as a compiled binary
- Get rid of the table display as it makes output parsing impossible
- To maybe remove it from the relays
- Make it more easy to update in the future as we may have to rework the plugins distribution system
Actions