@memberjunction/cli
v2.13.0
Published
MemberJunction command line tools
Downloads
307
Keywords
Readme
MemberJunction CLI
Usage
$ npm install -g @memberjunction/cli
$ mj COMMAND
running command...
$ mj (--version)
@memberjunction/cli/2.13.0 linux-x64 node-v20.18.0
$ mj --help [COMMAND]
USAGE
$ mj COMMAND
...
Commands
mj clean
Resets the MemberJunction database to a pre-installation state
USAGE
$ mj clean [-v]
FLAGS
-v, --verbose Enable additional logging
DESCRIPTION
Resets the MemberJunction database to a pre-installation state
EXAMPLES
$ mj clean
See code: src/commands/clean/index.ts
mj help [COMMAND]
Display help for mj.
USAGE
$ mj help [COMMAND...] [-n]
ARGUMENTS
COMMAND... Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for mj.
See code: @oclif/plugin-help
mj install
Install MemberJunction
USAGE
$ mj install [-v]
FLAGS
-v, --verbose Enable additional logging
DESCRIPTION
Install MemberJunction
EXAMPLES
$ mj install
See code: src/commands/install/index.ts
mj migrate
Migrate MemberJunction database to latest version
USAGE
$ mj migrate [-v]
FLAGS
-v, --verbose Enable additional logging
DESCRIPTION
Migrate MemberJunction database to latest version
EXAMPLES
$ mj migrate
See code: src/commands/migrate/index.ts
mj version
USAGE
$ mj version [--json] [--verbose]
FLAGS
--verbose Show additional information about the CLI.
GLOBAL FLAGS
--json Format output as json.
FLAG DESCRIPTIONS
--verbose Show additional information about the CLI.
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
See code: @oclif/plugin-version