What's Changed
This update includes a significant change in the repository where the plugin has been completing rewritten in golang (from posix shell). Read the updated README.md for more details about how to use it.
The changes should also make it easier to maintain the project, and for other users to contribute to it as the old posix shell nodered was getting a bit too complicated.
Feature Highlights
- Remove legacy
nodered
sm-plugin and support two new ones:- (new)
nodered-flows
- Deploy a node-red flow (e.g. flows.json) - (new)
nodered-project
- Deploy a project using the node-red project structure (e.g. git repository containing a flow)
- (new)
- Only use NodeRED API to install/remove flows and projects to ensure it works with NodeRED deployed in different ways (e.g. installed natively, or deployed in a container)
Full Changelog: 0.3.1...1.0.0