ciql-deploy

1.0.10 • Public • Published

ciql-deploy

Ciql deploy allows you to automate your deployments on remote servers by securely storing their information and scheduling jobs on each server.

Installation

yarn global add ciql-deploy
 npm install -g ciql-deploy

Usage

cdep --help

Usage: cdep [options] [command]

Options:
  -h, --help      display help for command

Commands:
  init            Initialize config files
  job             Manage jobs configuration
  server          Manage Servers configuration
  help [command]  display help for command

# cdep server

cdep server allows you to manage servers. The configurations are saved in secure files in order to preserve confidential information against possible attackers.

For even more security, you can ignore the .cdep folder in your .gitigonre to avoid committing it to your public repository.

Usage: cdep server [options] [command]

Manage Servers

Options:
  -h, --help                          display help for command

Commands:
  add <server_name>                   Add new server configuration
  ls                                  show all connected servers information
  edit <server_name>                  Edit server configuration
  rm <server_name>                    Delete specify server
  copy <server1_name> <server2_name>  Copy server config to another server
  clear                               Clear all servers data
  help [command]                      display help for command

# cdep job

cdep job allows you to schedule jobs to be run on pre-registered servers. It offers you several commands for managing and executing jobs.

Usage: cdep job [options] [command]

Manage job configuration

Options:
  -h, --help                    display help for command

Commands:
  add <job_name>                add job
  edit <job_name>               Edit specify job
  ls                            show all jobs information
  rm <job_name>                 Delete specify job
  clear                         Clean all servers data
  run <job>                     Execute a job
  copy <job1_name> <job2_name>  Copy job config to another job
  help [command]                display help for command

Licence

MIT License

Copyright (c) 2021 dykoffi

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

LICENSE MIT

Readme

Keywords

Package Sidebar

Install

npm i ciql-deploy

Weekly Downloads

1

Version

1.0.10

License

MIT

Unpacked Size

39.5 kB

Total Files

18

Last publish

Collaborators

  • dykoffi