mintere
v0.3.6
Published
<!-- usage --> ```sh-session $ npm install -g mintere $ mintere COMMAND running command... $ mintere (-v|--version|version) mintere/0.3.6 darwin-x64 node-v12.4.0 $ mintere --help [COMMAND] USAGE $ mintere COMMAND ... ``` <!-- usagestop --> # Commands <!--
Downloads
17
Readme
mintere
Usage
$ npm install -g mintere
$ mintere COMMAND
running command...
$ mintere (-v|--version|version)
mintere/0.3.6 darwin-x64 node-v12.4.0
$ mintere --help [COMMAND]
USAGE
$ mintere COMMAND
...
Commands
mintere help [COMMAND]
display help for mintere
USAGE
$ mintere help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
mintere sites:deploy [DIR]
Deploy a site to the Mintere Sites Platform
USAGE
$ mintere sites:deploy [DIR]
ARGUMENTS
DIR [default: ./theme] The directory of the theme to deploy
OPTIONS
-e, --environment=environment [default: production] the environment to deploy to
-h, --help show CLI help
-k, --deploymentKey=deploymentKey (required) The key to use when deploying to the API.
--api=api [default: https://app.mintere.com] The base URL of the API to deploy to.
EXAMPLE
$ DEPLOYMENT_KEY=key mintere sites:deploy
See code: src/commands/sites/deploy.ts
mintere sites:local [DIR]
Preview a site locally
USAGE
$ mintere sites:local [DIR]
ARGUMENTS
DIR [default: ./theme] relative path to theme directory
OPTIONS
-h, --help show CLI help
-m, --mocksDir=mocksDir [default: ./mocks] relative path to mocks directory
EXAMPLE
$ mintere sites:local
See code: src/commands/sites/local.ts
mintere sites:new
Create a new site
USAGE
$ mintere sites:new
OPTIONS
-h, --help show CLI help
EXAMPLE
$ mintere sites:new
See code: src/commands/sites/new.ts