New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

warphost

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

warphost

Deploy preview environments at warp speed

latest
npmnpm
Version
0.1.9
Version published
Maintainers
1
Created
Source

WarpHost CLI

Deploy preview environments at warp speed.

Installation

npm install -g warphost

Or use directly with npx:

npx warphost deploy

Quick Start

# Authenticate with GitHub
warphost login

# Deploy your current branch
warphost deploy

# Watch deployment progress
warphost deploy --watch

# Check environment status
warphost status <environment-id>

# View deployment logs
warphost logs <environment-id>

# Destroy an environment
warphost destroy <environment-id>

Commands

CommandDescription
loginAuthenticate with WarpHost via GitHub
logoutClear stored credentials
whoamiShow current user info and usage
deployDeploy the current branch
statusCheck environment status
logsView deployment logs
destroyDestroy an environment

Deploy Options

warphost deploy [options]

Options:
  -b, --branch <branch>    Branch to deploy (default: current branch)
  -w, --watch              Watch deployment progress
  -e, --env <KEY=VALUE>    Environment variables (can use multiple)
  --ttl <hours>            Time to live in hours
  --subdomain <name>       Custom subdomain (Pro+ only)

JSON Output

All commands support --json flag for scripting:

warphost status abc123 --json

Configuration

CLI configuration is stored in ~/.warphost/config.json:

  • token - Authentication token
  • api_url - API base URL (default: https://api.warphost.io)
  • frontend_url - Frontend URL (default: https://warphost.io)

Troubleshooting

"Not authenticated" error

Run warphost login to authenticate.

Token expired

Your session may have expired. Run warphost login to re-authenticate.

Browser doesn't open during login

Use the --no-browser flag and manually visit the URL:

warphost login --no-browser

Development

# Install dependencies
npm install

# Build
npm run build

# Link for local testing
npm link

# Run in development
npm run dev

License

Proprietary. Copyright (c) 2025 WarpHost. All rights reserved.

Keywords

deploy

FAQs

Package last updated on 10 Dec 2025

Did you know?

Socket

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.

Install

Related posts