reaction-cli icon indicating copy to clipboard operation
reaction-cli copied to clipboard

A command line tool for working with Reaction Commerce.

Results 20 reaction-cli issues
Sort by recently updated
recently updated
newest added

Investigate and resolve failing build badge on CLI. ![reactioncommerce_reaction-cli__a_command_line_tool_for_working_with_reaction_commerce_](https://user-images.githubusercontent.com/439959/36320154-1695e586-12fa-11e8-82cc-d69348f3dd0c.png)

bug

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 `.

enhancement

We need to know this information when we want to debug/solve issues with install

enhancement

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...

enhancement

Does not seem to affect functionality but it might make some users think commands have failed when they haven't

bug

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...

enhancement

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...

release: next

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...