šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

@navidmitchell/monkey-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@navidmitchell/monkey-cli

CLI to work with the Shop Monkey API

0.1.3
latest
Source
npm
Version published
Weekly downloads
14
Maintainers
1
Weekly downloads
Ā 
Created
Source

@navidmitchell/monkey-cli

CLI to interact with the Shop Monkey API

oclif Version Downloads/week

  • Usage
  • Commands

Usage

$ npm install -g @navidmitchell/monkey-cli
$ monkey COMMAND
running command...
$ monkey (--version)
@navidmitchell/monkey-cli/0.1.3 darwin-arm64 node-v22.13.1
$ monkey --help [COMMAND]
USAGE
  $ monkey COMMAND
...

Commands

monkey config

Configures the Monkey CLI with an API key

USAGE
  $ monkey config

DESCRIPTION
  Configures the Monkey CLI with an API key

EXAMPLES
  $ monkey config

See code: src/commands/config.ts

monkey enable-marketing

Enables marketing opt-in for a customer or all customers

USAGE
  $ monkey enable-marketing [-s <value>] [-d]

FLAGS
  -d, --dry-run         Run search without updating
  -s, --search=<value>  First name to search

DESCRIPTION
  Enables marketing opt-in for a customer or all customers

EXAMPLES
  $ monkey enable-marketing --search "John"

  $ monkey enable-marketing --dry-run

  $ monkey enable-marketing --search "John" --dry-run

See code: src/commands/enable-marketing.ts

monkey help [COMMAND]

Display help for monkey.

USAGE
  $ monkey 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 monkey.

See code: @oclif/plugin-help

Searches for customers by first name

USAGE
  $ monkey search-customers SEARCH

ARGUMENTS
  SEARCH  First name to search

DESCRIPTION
  Searches for customers by first name

EXAMPLES
  $ monkey search-customers "John"

See code: src/commands/search-customers.ts

Keywords

oclif

FAQs

Package last updated on 16 Apr 2025

Did you know?

Socket

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.

Install

Related posts