🎯

shipyard-cli

🎯Skill

from natonathan/shipyard

VibeIndex|
What it does

Streamlines container deployment and management with intuitive CLI commands for building, scaling, and orchestrating microservices infrastructure.

shipyard-cli

Installation

Install ScriptRun install script
curl -sSL https://raw.githubusercontent.com/natonathan/shipyard/main/install.sh | sh
npm installInstall npm package
npm install -g shipyard-cli
npxRun with npx
npx shipyard-cli [command]
GoRun with Go
go install github.com/natonathan/shipyard/cmd/shipyard@latest
DockerRun with Docker
docker run --rm -v $(pwd):/workspace -w /workspace ghcr.io/natonathan/shipyard:latest [command]

+ 2 more commands

πŸ“– Extracted from docs: natonathan/shipyard
1Installs
-
AddedFeb 7, 2026