1.1.0 • Published 6 years ago
@baosystems/core-ui-cli v1.1.0
core-ui-cli
A command line tool for BAO UI applications
Installation
Yarn
$ yarn add @baosystems/core-ui-cli -SNPM
$ npm install @baosystems/core-ui-cli -SUsage
Usage: core-ui [options] [command]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
deploy [options] [env] deploy built filesCommands
Deploy
Deploy built files to a server
Options
| Option | Description | Types |
|---|---|---|
| env | The environment to deploy | preview, bitBucket |
| project | The project name | manager,storybook/design-system |
| path | Defines the content path with files to publish | <string> |
Usage
Usage: core-ui deploy [options]
deploy built files
Options:
-e, --env <env> Which environment to deploy [preview] (default: "preview")
-p, --project <project> Which environment to deploy [manager] (default: "manager")
-P, --path <pathName> Content path (default: "")
-h, --help output usage information
Examples:
$ deploy deploy --env=preview --project=manager --path=build/files