Skip to content

8mylez/emzcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emzcli

Commandline interface to do some 8mylez shopware stuff

oclif Version Downloads/week License

Usage

$ npm install -g emzcli
$ emz COMMAND
running command...
$ emz (-v|--version|version)
emzcli/1.4.0 darwin-x64 node-v10.15.3
$ emz --help [COMMAND]
USAGE
  $ emz COMMAND
...

Commands

emz help [COMMAND]

display help for emz

USAGE
  $ emz help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

emz ieplugin:create

Bootstraping for shopware 5.2 import export plugins.

USAGE
  $ emz ieplugin:create

OPTIONS
  -m, --boilerplateMode=boilerplateMode  mode of boilerplate, could be: import, export or importexport

See code: src/commands/ieplugin/create.js

emz lde:create

Creates local development environment!

USAGE
  $ emz lde:create

OPTIONS
  -n, --projectName=projectName  Name of domain

See code: src/commands/lde/create.js

emz plugin:create

Bootstraping for shopware 5.2 plugin.

USAGE
  $ emz plugin:create

OPTIONS
  -p, --pluginName=pluginName  name of plugin

See code: src/commands/plugin/create.js

emz plugin:prepare

Prepares the plugin for upload in the shopware backend.

USAGE
  $ emz plugin:prepare

OPTIONS
  -l, --legacy                 activates legacy mode
  -p, --pluginName=pluginName  name of plugin

See code: src/commands/plugin/prepare.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published