0.3.1 • Published 10 years ago

snowy-owl-cli v0.3.1

Weekly downloads
9
License
MIT
Repository
github
Last release
10 years ago

Snowy Owl Command-line interface

Still under development.

A command-line tool for staging and deploying static files with Snowy Owl.

Installation

npm install snowy-owl-cli -g

Usage

swoop <command>

Commands:
  config    Configure your GitHub account and server settings 
  init		Git init, create GitHub repo + hooks, create archive if enabled
  archive	Delete the GitHub repo.
  deploy	Add your deploy trigger as a commit message and push. Specify trigger with options below.

Options:
  --help              Display help

A note on deploying

Deploying will create an empty commit with your trigger as the message and push it to origin master. Then, it will run git commit --ammend -m "::published:(sync|hard)" --allow-empty" && git push origin master --force to scrub your triggers from the commit history.

0.3.1

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago