Ghost-CLI

Just a CLI manager (for a blogging platform)
Basic Setup
npm install -g ghost-cli@latest
ghost install
(for an production linux setup, including Nginx, SSL, and Systemd)ghost install local
(for a local setup, useful for theme development/testing)
NOTE: This CLI is not designed to work with any Ghost versions < 1.0.0
Documentation
Developer Setup (for contributing)
Note: you must have Git installed
- Fork this repo
git clone https://github.com/<your-username>/Ghost-CLI path/to/your/workspace
cd path/to/your/workspace
yarn install
To run the CLI for testing:
yarn link
ghost <command>
(can run anywhere on the system)
Running tests
yarn test
Looking for ghost-cli <= 0.0.2?
The npm version of ghost-cli <= 0.0.2 can be found here. Any versions of Ghost-CLI > 1.0.0-alpha.1 are part of this project.
Copyright & License
Copyright (c) 2016-2017 Ghost Foundation - Released under the MIT license.