@brokenrubik/catalyst
v3.1.10
Published
[![npm version](https://badge.fury.io/js/%40brokenrubik%2Fcatalyst.svg)](https://badge.fury.io/js/%40brokenrubik%2Fcatalyst)
Downloads
160
Readme
Catalyst
Catalyst is a command line tool for activating a site on SuiteCommerce Advanced.
To use it, make sure you have the Catalyst SuiteScript Backend scripts installed on your account.
Table of Contents
Variables
You can provide the tokens for the tool:
- By using the
--to
flag, which will prompt you a token. - Or automatically, by running the command on a directory that contains an
.nsdeploy
file.
Usage
Use with npx
Help
npx @brokenrubik/catalyst --help
Activate a site
npx @brokenrubik/catalyst -a <domain>
# or --activate
# use --to if you want to specify token
List activations
npx @brokenrubik/catalyst -s
# or --status
# use --to if you want to specify token
Check activation for a specific domain (with autoupdate)
npx @brokenrubik/catalyst -s <domain>
Install globally with NPM
Install the package:
npm i -g @brokenrubik/catalyst
Activate a site
catalyst --activate <domain>
List activations
catalyst --status
Check activation for a specific domain
catalyst --status <domain>
Results
If you get this message, congratulations! You have successfully requested an activation.
✅ Activation request sent successfully!