Skip to content

Jumpseller/jumpseller-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jumpseller CLI

Interact with the Jumpseller API from a command line interface.

This tool is still in early development. Currently only two families of commands are available:

  • access for managing store credentials
  • theme a suite of tools for local theme development

Run commands and subcommands with --help for more information.

Installation

Install the Jumpseller CLI globally with npm:

npm i -g @jumpseller/cli
# Information about commands available.
jumpseller --help
jumpseller theme --help

# Setups the initial credentials.
jumpseller access

Development setup

Basic development setup is to clone the repository and link it globally so the main binary is available everywhere.

git clone ssh://github.com/Jumpseller/jumpseller-cli
cd jumpseller-cli
yarn install
npm link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors