@baosystems/core-ui-cli
v1.1.0
Published
command line ui tooling
Downloads
203
Keywords
Readme
core-ui-cli
A command line tool for BAO UI applications
Installation
Yarn
$ yarn add @baosystems/core-ui-cli -S
NPM
$ npm install @baosystems/core-ui-cli -S
Usage
Usage: core-ui [options] [command]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
deploy [options] [env] deploy built files
Commands
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