Skip to content

LevInteractive/stackahoy-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stackahoy CLI

Deploy anytime, anywhere.

Installation

npm i -g stackahoy

Use cases may include:

  • Zero downtime Docker container deployments when using a Docker registry.
  • Third-party implementations. e.g. grunt, gulp, Makefiles, ect.
  • Misc. application triggered deployments.
  • You don't want to make use of webhooks (or your provider does not support them).

See complete documentation here.

Example

# List all available repos and branches. Start here.
stackahoy list --token="your-token"

# Typical deployment to production.
stackahoy deploy \
  --token="your-token" \
  --repo="57acb5757ec23523032d92ca" \
  --branch="production"

# Deploy to production, except don't sync files. Only execute post-commands and
# deliver configuration files. This is great for something like a Docker
# container deployment.
stackahoy deploy \
  --token="your-token" \
  --repo="57acb5757ec23523032d92ca" \
  --branch="production" \
  --skip-delivery

About

The command-line interface for creating deployments with stackahoy.io.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published