yordadev / CLI-Testing-With-Yordadev-Headless-e-Commerce-Prototype

[abandoned] This is a NodeJS Command Line Interface build on oclif to interact with yordadev's Headless eCommerce Platform. See documentation for more information.

Home Page:https://docs.yordadev.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yordadev-cli [wip]

This is a NodeJS Command Line Interface build on oclif to interact with yordadev's Headless eCommerce Platform. See documentation for more information.

oclif Version Downloads/week License

Usage

Installing CLI

cd <path> && git clone https://github.com/yordadev/yordadev-cli.git .
npm install
yordadev-cli --help

If you recieve symlink error, on npm install add additional flag --no-bin-links.

Setting up your own workflow alias

alias <desiredAlias>='yordadev-cli'
<desiredAlias> --help

Configuring

Login and Register generate a config.json file. Aint no worries. Keep this file safe while token is active.

Available Commands

Login

yordadev-cli login -e test@user.com

Register

yordadev-cli register -e test@user.com

Account

yordadev-cli account

Shop

Create a Shop

yordadev-cli shop -m create

About

[abandoned] This is a NodeJS Command Line Interface build on oclif to interact with yordadev's Headless eCommerce Platform. See documentation for more information.

https://docs.yordadev.com


Languages

Language:JavaScript 99.8%Language:Batchfile 0.2%