Skip to content

udx/worker-deployment

Repository files navigation

Worker Deploy

Status: maintenance mode

Deprecation notice: the @udx/worker-deployment CLI is entering maintenance mode. Existing automation can keep using it during the transition, and the current npm package remains available, but no new package releases are planned. New UDX workflow work should prefer repo-owned Rabbit/worker contracts and dev.kit guidance instead of adopting this CLI directly. See docs/deprecation.md.

Run any Docker container with automatic cloud authentication. Requires Node/npm and Docker.

Installation

npm install -g @udx/worker-deployment

npx (no install)

npx @udx/worker-deployment worker config
npx @udx/worker-deployment worker run

Quick Start

# Generate default config template
worker config

# Edit deploy.yml with your settings

# Run your container
worker run

Commands

worker config                    # Generate config template
worker run                       # Run container (auto-detects credentials)
worker run --dry-run             # Preview without executing
worker run run-it                # Interactive mode (shell access)
worker run --config=custom.yml   # Use custom config file
worker gen repo                  # Generate child image repo (dry-run + prompt)
worker gen dockerfile            # Generate Dockerfile only (dry-run + prompt)
worker images --all              # List worker images from GitHub/Docker Hub

Docs

  • docs/index.md

License

MIT

About

Simple tool to deploy worker based containers

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors