xng-deploy-helper

0.0.1 • Public • Published

xng-deploy-helper

xng deploy helper

oclif Version Downloads/week License

Usage

$ npm install -g xng-deploy-helper
$ xdh COMMAND
running command...
$ xdh (-v|--version|version)
xng-deploy-helper/0.0.1 win32-x64 node-v12.16.2
$ xdh --help [COMMAND]
USAGE
  $ xdh COMMAND
...

Commands

xdh goodbye

Describe the command here

USAGE
  $ xdh goodbye

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/goodbye.js

xdh hello

this is a hello , you can add the hello target behind of command

USAGE
  $ xdh hello

OPTIONS
  -n, --name=name  name to print
  -t, --time=time  time to print

DESCRIPTION
  ...
  example:
  $ hello -n sam
  // the export
  $ hello sam from .\src\commands\hello.js

See code: src/commands/hello.js

xdh help [COMMAND]

display help for xdh

USAGE
  $ xdh help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

xdh register

cd the program root path, and run register command, auto get deploy config and storage it

USAGE
  $ xdh register

See code: src/commands/register.js

xdh rollback

USAGE
  $ xdh rollback

OPTIONS
  -e, --env=env    要回滚的环境[online、test、dev]
  -n, --name=name  要回滚的项目名称

See code: src/commands/rollback.js

xdh rollback2

USAGE
  $ xdh rollback2

OPTIONS
  -e, --env=env    要回滚的环境[online、test、dev]
  -n, --name=name  要回滚的项目名称

See code: src/commands/rollback2.js

/xng-deploy-helper/

    Package Sidebar

    Install

    npm i xng-deploy-helper

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    23.2 kB

    Total Files

    14

    Last publish

    Collaborators

    • bruink