1.1.0 • Published 5 years ago

@baosystems/core-ui-cli v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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
OptionDescriptionTypes
envThe environment to deploypreview, bitBucket
projectThe project namemanager,storybook/design-system
pathDefines 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