1.0.9 • Published 4 years ago

easy-deployment v1.0.9

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

easy-deployment

Installation

npm i -g easy-deployment

Commands

config <options>

Environments configuration

  • name: environment name
  • alias (optional): environment alias, to be used in commits
  • targetPath: location of files to be copied
  • ignore (optional): separated by commas string with files or folders to be ignored, eg: "node_modules,.git"
  • runBefore (optional): separated by commas string with commands to be executed before the copy, eg: "npm test"
  • rootPath: root path of repository, to be used while running previous commands (runBefore option)

deploy

deploy launching from one environment to another

  • from (optional): source environment name, required if you do not use '--p'
  • to: target environment name
  • p: flag to make only commit and push
1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago