Skip to content

mrzzcn/jekins-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jekins-cli

Installation

npm install jekins-cli -g
jekins init 
# edit the initialized config, update your jekins configurations.

Usage

jekins build -b some-project
# -b beta
# -d development
# -p production

jekins stop -b some-project buildId
# -b beta
# -d development
# -p production