pico-engine
pico-engine copied to clipboard
Enhancement: Edit config after initial installation
I would like to be able to modify the config connected to a rule set after its initial installation. Currently I have to delete/uninstall the ruleset and recreate it in order to make changes to the associated config.
Desired Use case. Credentials associated with a test/develop account are stored in the config. Once the pico/application is ready to launched into a prod environment, it would be nice to just update the existing config with the new API tokens and credentials, rather than having to delete the entire rule set and recreate it and the config file again.
This can be important if the ruleset has state in its entity variables. I believe it is possible to do this with the UI as it currently stands (as of 1.1.0).
- check the box beside the RID
- copy the link of its URL
- paste the URL into the eponymous box in the "Install Ruleset" section
- put in the desired new config
- click on "Install" button
When the ruleset is "opened" (that is, its checkbox is checked) we could display the config in an editable box instead of just as text. Then it could be changed and saved.