JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 824
  • Score
    100M100P100Q116967F
  • License MIT

CLI tool for Coolify deployments

Package Exports

  • setdomain-coolify
  • setdomain-coolify/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (setdomain-coolify) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Coolify Tools v42.13.38

Latest deployment log fetcher for Coolify instances.

Quick Start

npm run get-deploy <resource-domain>

Method 2: Manual

source ~/420creds
npm run latest-deploy <resource-domain>

Examples

# Fetch latest deployment log for a specific resource
npm run get-deploy schwepe.247420.xyz

# Alternative 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 instance

Available Scripts

  • npm run latest-deploy <domain> - Fetch logs (requires manual credential sourcing)
  • npm run get-deploy <domain> - Fetch logs with automatic credential sourcing