
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
ciql-deploy
Advanced tools
Ciql deploy allows you to automate your deployments on remote servers by securely storing their information and scheduling jobs on each server.
yarn global add ciql-deploy
npm install -g ciql-deploy
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 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 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
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
FAQs
tool to automate deployment
The npm package ciql-deploy receives a total of 1 weekly downloads. As such, ciql-deploy popularity was classified as not popular.
We found that ciql-deploy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.