1.0.0 • Published 5 years ago
deploy-client v1.0.0
Auto Deployer CLI
WARNING : This package is not released yet. Please do not use it.
Installation
First of all, you need npm and a server (you just need git and nodejs installed on it). install the CLI :
npm install --global deploy-tool-cli
(might need administator privileges on Linux/macos to perform this command)
Go to this repository and follow steps to install the server software your your target machine.
Initialization
To initialize the cli in your project, first proceed the installation of the server nodejs application (you'll need it for authentification)
deploy -i
# OR
deploy --init
This command will handle all of your configuration for you. Follow the steps
Deployment
deploy -s <strtegy>
# OR
deploy --strategy <strategy>
<strategy>
is the name of the target strategy you want to deploy. You have to use the name
attribute of one of strategy
object in your .gitlab-cli.json
License
1.0.0
5 years ago