A new version of XIBLE has been released.
From the changelog;
Added
- 
Flows can be started/stopped and deleted using the cli. See the xible cli documentation for more information. (#18) 
- 
The xiblecommand line interface supports the ‘config’ context just likexiblepm. (#22)
- 
console.log,console.errorandconsole.clearnodes are now included in XIBLE.log.consoleis deprecated and will be removed in a future release. (#27)
Changed
- 
xiblepm flow removeis deprecated in favor ofxible flow delete.
- 
The command line interface tools xible&xiblepmare now stored in./bin.
- 
The document.assignnode only callbacks once when multiple documents are hooked up to the ‘document’ input.
- 
Callbacks from nodes in response to output.on('trigger')resulting from ainput.getValues()call can now only be called back once. An error is thrown if called multiple times.
- 
Direct mode can now be enabled/disabled through the settings. It is disabled by default. (#26)