CLI tool for Coolify deployments
npm install setdomain-coolifyLatest deployment log fetcher for Coolify instances.
bash
npm run get-deploy
`$3
`bash
source ~/420creds
npm run latest-deploy
`Examples
`bash
Fetch latest deployment log for a specific resource
npm run get-deploy schwepe.247420.xyzAlternative with manual credential sourcing
source ~/420creds
npm run latest-deploy yourdomain.com
`Output
The tool provides:
- ✅ Connection status to Coolify instance
- 🎯 Resource analysis results
- 📊 Instance health and connectivity information
- 🔐 Authentication status
- 📜 Real deployment log data
- ⏰ Timestamps and response times
Requirements
-
~/420creds file with Coolify credentials:
`
export COOLIFY_USERNAME=admin@247420.xyz
export COOLIFY_PASSWORD=your_password
`
- Network access to Coolify instanceAvailable Scripts
-
npm run latest-deploy - Fetch logs (requires manual credential sourcing)
- npm run get-deploy