Skip to content

cobbspur/Ghost-CLI

 
 

Repository files navigation

Ghost-CLI

TravisCI Status Appveyor Status Coverage Status npm version ghost-cli dependencies

Just a CLI manager (for a blogging platform)

Installing

  1. npm install -g ghost-cli

Usage:

ghost <command>

NOTE: This CLI is not designed to work with any Ghost versions < 1.0.0


Commands

See the Command Reference for more details.


Developers

Note: you must have Git installed

  1. Fork this repo
  2. git clone https://github.com/<your-username>/Ghost-CLI path/to/your/workspace
  3. cd path/to/your/workspace
  4. yarn install

You can run the cli one of two ways:

  • Manually:
    • from the ghost-cli directory: ./bin/ghost <command>
  • Using yarn link:
    • from the ghost-cli directory: yarn link
    • anywhere on your system: ghost <command>

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.

About

CLI Tool for installing & updating Ghost

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%