
Company News
/Security News
Socket Selected for OpenAI's Cybersecurity Grant Program
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.
@deployit/cli
Advanced tools
A powerful CLI tool to deploy multiple apps with one command, using Git, PM2, and Node.js.
.deployrc.json for easy setups.Use directly with npx (no install needed):
npx deployit --project MyProject --app app1,app2 --port 3000,3001 --env dev --sync true
Or install globally:
pnpm add -g @deployit/cli
Then:
deployit --project MyProject --app app1,app2 --port 3000,3001 --env prod
npx deployit --project MyProject --app web,public --port 1440,1441 --env dev --sync true --dry-run false --health-check
| Option | Description |
|---|---|
| --project | Name of the project |
| --app | Comma-separated list of apps |
| --port | Comma-separated list of ports |
| --env | Environment: dev or prod |
| --sync | Git sync before deployment: true or false |
| --dry-run | Simulate deployment without executing |
| --health-check | Perform a health check after app deployment |
If you run without enough arguments, the CLI will ask interactively:
npx deployit
You'll be prompted to enter project name, apps, ports, and environment.
.deployrc.json Config (Optional)Create a .deployrc.json in your project root:
{
"project": "MyProject",
"app": ["web", "public"],
"env": "dev",
"ports": {
"web": 1440,
"public": 1441
}
}
Then simply run:
npx deployit
✅ It will auto-read .deployrc.json!
| Situation | Exit Code |
|---|---|
| Success | 0 |
| App Build Failure | 1 |
| Invalid Arguments/Config | 2 |
| Git Sync Failure | 3 |
MIT © [Deployit]
FAQs
A powerful CLI tool to deploy multiple apps with one command, using PM2 and Git.
We found that @deployit/cli demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.