reaction-cli
reaction-cli copied to clipboard
A command line tool for working with Reaction Commerce.
Investigate and resolve failing build badge on CLI. 
This will probably require a PR to core as well since we can't really do anything in the CLI exactly, but we could set a flag that the app could...
As a user I want to be able enable or disable a plugin by issuing either `reaction enable ` or `reaction disable `.
We need to know this information when we want to debug/solve issues with install
On start of CLI we should check for updates, rather than the prompt that appears after the command has ran and started reaction. This would help with common version related...
Does not seem to affect functionality but it might make some users think commands have failed when they haven't
https://github.com/reactioncommerce/reaction-cli/blob/v0.24.2/src/commands/init.js#L15-L15
Many (a high number) of new installations of Reaction on macOS are getting `Error: ENFILE: file table overflow ` and are unable to just install and run reaction because of...
reaction cli `npm` installs if it detects a `package.json`inside a plugin which is good. However, if something like `react` is installed in the local `node_modules` of a plugin then things...
As a developer, I wish that when the application reload or startup processes exit with `Unable to resolve some modules:`, the plugin-loader would rerun. You can replicate this behaviour by...