1.0.0 • Published 4 years ago

@strawberrylemonade/mira v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

@strawberrylemonade/mira

A set of Shopify development utils that assist in CI theme development & store syncs

oclif Version Downloads/week License

Usage

$ npm install -g @strawberrylemonade/mira
$ mira COMMAND
running command...
$ mira (-v|--version|version)
@strawberrylemonade/mira/0.0.6 darwin-x64 node-v12.6.0
$ mira --help [COMMAND]
USAGE
  $ mira COMMAND
...

Commands

mira config

Create a mira (ThemeKit/Shopify) configuration file from env variables

USAGE
  $ mira config

OPTIONS
  -s, --safe

See code: src/commands/config.ts

mira deploy

Deploy the current changes to the staging or live environment

USAGE
  $ mira deploy

OPTIONS
  -l, --live

See code: src/commands/deploy.ts

mira develop

Start syncing your local theme with your development environment

USAGE
  $ mira develop

See code: src/commands/develop.ts

mira help [COMMAND]

display help for mira

USAGE
  $ mira help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

mira themes [ENV]

Get the details of a theme from a shopify store

USAGE
  $ mira themes [ENV]

See code: src/commands/themes.ts