Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
reaction-cli
Advanced tools
A command line tool for Reaction Commerce
Before you can use Reaction or reaction-cli
, you'll need to make sure you install the base requirements for your operating system.
After that, you can now install reaction-cli
with...
npm install -g reaction-cli
# or
yarn global add reaction-cli
$ reaction --help
reaction <command> [options]
Commands:
init Create a new Reaction app (will create a new folder)
run Start Reaction in development mode
debug Start Reaction in debug mode
test [unit] Run integration or unit tests
pull Pull Reaction updates from Github and reinstall NPM packages
update, up Update Atmosphere and NPM packages
reset Reset the database and (optionally) delete build files
build Build a production Docker image
[Managed Platform Commands]
register * Register an account with Reaction
login * Login to Reaction
logout * Logout of Reaction
account * Manage your Reaction Platform account
apps * Manage your app deployments
deploy * Deploy an app
domains * Add a custom domain name to a deployment
env * Manage environment variables for an app deployment
keys * Manage your SSH keys
open * Open an app deployment in your browser
whoami * Check which account you are logged in as
Options:
-v, --version Show app and CLI version numbers
-h, --help Show reaction-cli help
Note: Commands marked with *
require being logged into the managed platform. Learn more: https://reactioncommerce.com/features#get-a-demo
Install
git clone https://github.com/reactioncommerce/reaction-cli.git
cd reaction-cli
yarn
Developing
To start a live reloading watcher that recompiles the code on file changes:
yarn run watch
Keep in mind that if you previously installed reaction-cli
from npm, you will need to uninstall it before that command will work. This is because it runs npm link
every time and that adds a symlink to the executable that goes in the same place as the npm install (which will throw an error).
This app reports anonymous, aggregate usage data to help us improve and debug Reaction Commerce. View our Privacy Policy.
FAQs
A command line client for creating and managing Open Commerce projects
The npm package reaction-cli receives a total of 13 weekly downloads. As such, reaction-cli popularity was classified as not popular.
We found that reaction-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.