
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Coolify CLI is a user-friendly command-line tool that simplifies the deployment and management of applications.
Coolify CLI is a user-friendly command-line tool that simplifies the deployment and management of applications.
$ npm install -g coolify
$ coolify COMMAND
running command...
$ coolify (--version)
coolify/2.0.8
$ coolify --help [COMMAND]
USAGE
$ coolify COMMAND
...
coolify applications add
coolify applications list
coolify applications remove [NAME]
coolify deploy [NAME]
coolify execute NAME COMMAND
coolify help [COMMAND]
coolify instances add
coolify instances list
coolify instances remove [NAME]
coolify restart [NAME]
coolify start [NAME]
coolify status [NAME]
coolify stop [NAME]
coolify applications add
Add an application
USAGE
$ coolify applications add
DESCRIPTION
Add an application
See code: src/commands/applications/add.ts
coolify applications list
List all applications
USAGE
$ coolify applications list
DESCRIPTION
List all applications
See code: src/commands/applications/list.ts
coolify applications remove [NAME]
Remove an application
USAGE
$ coolify applications remove [NAME]
ARGUMENTS
NAME Name of the application
DESCRIPTION
Remove an application
See code: src/commands/applications/remove.ts
coolify deploy [NAME]
Deploy your application
USAGE
$ coolify deploy [NAME] [-f]
ARGUMENTS
NAME Name of the application
FLAGS
-f, --force
-w, --watch
DESCRIPTION
Deploy your application
See code: src/commands/deploy.ts
coolify execute NAME COMMAND
Execute a command in your application
USAGE
$ coolify execute NAME COMMAND
ARGUMENTS
NAME Name of the application
COMMAND Command to execute
DESCRIPTION
Execute a command in your application
See code: src/commands/execute.ts
coolify help [COMMAND]
Display help for coolify.
USAGE
$ coolify help [COMMAND...] [-n]
ARGUMENTS
COMMAND... Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for coolify.
See code: @oclif/plugin-help
coolify instances add
Add a coolify instance
USAGE
$ coolify instances add
DESCRIPTION
Add a coolify instance
See code: src/commands/instances/add.ts
coolify instances list
List all your coolify instances
USAGE
$ coolify instances list
DESCRIPTION
List all your coolify instances
See code: src/commands/instances/list.ts
coolify instances remove [NAME]
Remove a coolify instance
USAGE
$ coolify instances remove [NAME]
ARGUMENTS
NAME Name of the instance
DESCRIPTION
Remove a coolify instance
See code: src/commands/instances/remove.ts
coolify restart [NAME]
Restart your application
USAGE
$ coolify restart [NAME]
ARGUMENTS
NAME Name of the application
FLAGS
-w, --watch
DESCRIPTION
Restart your application
See code: src/commands/restart.ts
coolify start [NAME]
Start your application
USAGE
$ coolify start [NAME]
ARGUMENTS
NAME Name of the application
FLAGS
-w, --watch
DESCRIPTION
Start your application
See code: src/commands/start.ts
coolify status [NAME]
Status of your application
USAGE
$ coolify status [NAME]
ARGUMENTS
NAME Name of the application
DESCRIPTION
Status of your application
See code: src/commands/status.ts
coolify stop [NAME]
Stop your application
USAGE
$ coolify stop [NAME]
ARGUMENTS
NAME Name of the application
DESCRIPTION
Stop your application
See code: src/commands/stop.ts
FAQs
Coolify CLI is a user-friendly command-line tool that simplifies the deployment and management of applications.
The npm package coolify receives a total of 2 weekly downloads. As such, coolify popularity was classified as not popular.
We found that coolify demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.