1.0.0 • Published 3 years ago

skw-shopify-cli v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

skw-shopify-cli

CLI for skw Shopify projects.

oclif Version Downloads/week License

Usage

$ npm install -g skw-shopify-cli
$ skw-shopify COMMAND
running command...
$ skw-shopify (-v|--version|version)
skw-shopify-cli/0.2.0 darwin-x64 node-v8.9.0
$ skw-shopify --help [COMMAND]
USAGE
  $ skw-shopify COMMAND
...

Commands

skw-shopify help [COMMAND]

display help for skw-shopify

USAGE
  $ skw-shopify help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

skw-shopify theme:sync-envs

theme:sync-envs: getting/updating current project/repo variables

USAGE
  $ skw-shopify theme:sync-envs

OPTIONS
  -l, --list-only          just output current theme list from Shopify Theme API
  -p, --personal=personal  search-string for personal theme

DESCRIPTION
  Grabs the current variables file, and makes it sync up with what the Shopify API currently has for the themes.

  Only doing PROD and STAGING syncing, currently; future plans to include .skw-shopify-rc.json/.yml file, which will 
  manually control which is synced with what.

See code: src/commands/theme/sync-envs.js

Roadmap

  • Building in Homebrew support.
  • Build support for .skw-shopify-rc file, for user configurable options, re-naming of the different environments and what to sync
  • Init/Set-up commands, building out defaults (incl. for the above mentioned .skw-shopify-rc file)