Socket
Book a DemoInstallSign in
Socket

@commercelayer/cli-plugin-microstore

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercelayer/cli-plugin-microstore

Commerce Layer CLI microstore plugin

latest
Source
npmnpm
Version
3.0.8
Version published
Maintainers
0
Created
Source

@commercelayer/cli-plugin-microstore

Commerce Layer CLI Microstore plugin

oclif Version Downloads/week License

  • Usage
  • Commands

Usage

commercelayer COMMAND

commercelayer [COMMAND] (--help | -h) for detailed information about plugin commands.

To install as a Commerce Layer CLI plugin run the following command:

$ commercelayer plugins:install microstore

Commands

commercelayer microstore

Create Microstore URLs.

USAGE
  $ commercelayer microstore (-a <value> ) -S <value> [--open] [-A] [-I -C]

FLAGS
  -A, --all                  activate the Buy All button
  -C, --cart                 activate the Cart application
  -I, --inline               disable redirect to Cart application
  -S, --skuListId=<value>    (required) the sku list id
  -a, --accessToken=<value>  (required) custom access token to use instead of the one used for login
      --open                 open microstore URL in default browser

DESCRIPTION
  create Microstore URLs

EXAMPLES
  $ commercelayer microstore -S <sku-list-id>

  $ cl microstore -S <sku-list-id> --all --cart

  $ cl microstore -S <sku-list-id> --cart --inline --open

See code: src/commands/microstore/index.ts

Keywords

ecommerce

FAQs

Package last updated on 23 Jul 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