This package has been deprecated

Author message:

Use http://github.com/mhkeller/kestrel-cli instead

snowy-owl-cli

0.3.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i snowy-owl-cli

Weekly Downloads

1

Version

0.3.1

License

MIT

Last publish

Collaborators

  • mhkeller0