ghost-upgrade
v1.0.1
Published
Command-line tool for upgrading Ghost
Downloads
11
Readme
ghost-upgrade
A command-line tool for upgrade Ghost. It takes the instructions from Ghost support and makes them automagic.
Usage
npm install -g ghost-upgrade
ghost-upgrade
Command-line options
-y, --yes Yes I want to really upgrade and have prepared for it as
discussed in http://support.ghost.org/how-to-upgrade/
-l, --location Location of Ghost install
-c, --copy-casper Whether to copy Casper files
Submitting changes
Thanks for fixing up anything broken in here! Here's all you need to do:
- Run "npm install"
- Add your changes in your fork.
- Run "npm test"
- Update the HEAD section in CHANGES.md with a description of what you have done.
- Push your changes and create the PR, and I'll try to get this merged in right away.