Ghost-CLI

CLI Tool for installing & updating Ghost

MIT License

Downloads
9K
Stars
446
Committers
41

Bot releases are hidden (Show)

Ghost-CLI - All the Things!

Published by acburdine over 7 years ago

This is the thirteenth of a series of (somewhat) weekly alpha builds we'll be releasing as we work towards Ghost 1.0.0.

This release is strictly for development and testing only, and must not be used for production blogs

This alpha release contains:

  • many dependency updates
  • better error handling!
  • fix to ensure you don't need yarn to be installed globally for the CLI to work
  • memory usage improvements in ghost run
  • automatic Nginx setup and configuration on the default system stack 🎉
  • several other bugfixes and improvements

Note: because of some breaking database migration changes, this version of the CLI will not install versions of Ghost < 1.0.0-alpha.15

Ghost-CLI 1.0 project status can be viewed here: https://github.com/TryGhost/Ghost-CLI/projects/1

You can read more about our plans for Ghost v1.0 in the lts blog post. There's also more information on the alpha page.

See the changelog for the full list of changes in this release.

Ghost-CLI - Further up and further in

Published by acburdine over 7 years ago

This is the twelfth of a series of weekly alpha builds we'll be releasing as we work towards Ghost 1.0.0.

This release is strictly for development and testing only, and must not be used for production blogs

This alpha release contains:

  • better fallbacks on systems without systemd
  • better multiple ghost process management via ghost ls and ghost stop --all

Ghost-CLI 1.0 project status can be viewed here: https://github.com/TryGhost/Ghost-CLI/projects/1

You can read more about our plans for Ghost v1.0 in the lts blog post. There's also more information on the alpha page.

See the changelog for the full list of changes in this release.

Ghost-CLI - Better late than never, but never late is better

Published by acburdine over 7 years ago

This is the eleventh of a series of weekly alpha builds we'll be releasing as we work towards Ghost 1.0.0.

This release is strictly for development and testing only, and must not be used for production blogs

This alpha release contains:

  • some dependency updates
  • bugfixes for ghost install local
  • bugfixes & improvements around ghost's port configuration handling

Ghost-CLI 1.0 project status can be viewed here: https://github.com/TryGhost/Ghost-CLI/projects/1

You can read more about our plans for Ghost v1.0 in the lts blog post. There's also more information on the alpha page.

See the changelog for the full list of changes in this release.

Ghost-CLI - It's been a while.

Published by acburdine over 7 years ago

This is the tenth of a series of weekly alpha builds we'll be releasing as we work towards Ghost 1.0.0.

This release is strictly for development and testing only, and must not be used for production blogs

This alpha release contains:

  • tons of dependency updates
  • 🔥 Removal of Node 0.12 support - see Ghost's supported node version policy
  • 🔥 ✨ Large refactor of the CLI tool to use ES6 features and improve readability
  • ✨ addition of a --verbose option to output all the things
  • ✨ Dependencies are now installed via Yarn instead of npm - see #112

Ghost-CLI 1.0 project status can be viewed here: https://github.com/TryGhost/Ghost-CLI/projects/1

You can read more about our plans for Ghost v1.0 in the lts blog post. There's also more information on the alpha page.

See the changelog for the full list of changes in this release.

Ghost-CLI - Well, maybe next time you can design me better.

Published by acburdine almost 8 years ago

This is the ninth of a series of weekly alpha builds we'll be releasing as we work towards Ghost 1.0.0.

This release is strictly for development and testing only, and must not be used for production blogs

This alpha release contains:

  • bugfixes for the ghost install local command
  • UI improvements for the systemd service
  • ghost restart command

You can read more about our plans for Ghost v1.0 in the lts blog post. There's also more information on the alpha page.

See the changelog for the full list of changes in this release.

Ghost-CLI - Ghost in the Shell

Published by acburdine almost 8 years ago

This is the eighth of a series of weekly alpha builds we'll be releasing as we work towards Ghost 1.0.0.

This release is strictly for development and testing only, and must not be used for production blogs

This alpha release contains:

  • Support and enforcement of Ghost's recommended system stack 🎉
  • Systemd Process Manager 💃
  • Better Windows support 🏁
  • Various improvements and dependency updates

NOTE: Due to incompatibility issues with Ghost itself, this CLI release is only compatible with versions of ghost >= alpha.9

You can read more about our plans for Ghost v1.0 in the lts blog post. There's also more information on the alpha page.

See the changelog for the full list of changes in this release.

Ghost-CLI - I'm sorry Dave. I'm afraid I can't do that.

Published by acburdine almost 8 years ago

This is the seventh of a series of weekly alpha builds we'll be releasing as we work towards Ghost 1.0.0.

This release is strictly for development and testing only, and must not be used for production blogs

This alpha release contains:

  • better Ghost process management
  • MySQL as the default database engine 🎉
  • various dependency updates and code cleanup

NOTE: Due to breaking changes in Ghost itself, this CLI release is only compatible with versions of ghost >= alpha.8

You can read more about our plans for Ghost v1.0 in the lts blog post. There's also more information on the alpha page.

See the changelog for the full list of changes in this release.

Ghost-CLI - You win some, you lose some

Published by acburdine almost 8 years ago

This is the sixth of a series of weekly alpha builds we'll be releasing as we work towards Ghost 1.0.0.

This release is strictly for development and testing only, and must not be used for production blogs

This alpha release contains:

  • a fix to output the right command name for error messages
  • fixes for breaking changes with Ghost 1.0.0-alpha.7

You can read more about our plans for Ghost v1.0 in the lts blog post. There's also more information on the alpha page.

See the changelog for the full list of changes in this release.

Ghost-CLI - Remember, remember, the fifth of november

Published by acburdine almost 8 years ago

This is the fifth of a series of weekly alpha builds we'll be releasing as we work towards Ghost 1.0.0.

This release is strictly for development and testing only, and must not be used for production blogs

This alpha release contains:

  • new output messaging on blog start
  • better process management

You can read more about our plans for Ghost v1.0 in the lts blog post. There's also more information on the alpha page.

See the changelog for the full list of changes in this release.

Ghost-CLI - A Note 7 for your database

Published by acburdine about 8 years ago

This is the fourth of a series of weekly alpha builds we'll be releasing as we work towards Ghost 1.0.0.

This release is strictly for development and testing only, and must not be used for production blogs

This alpha release contains:

  • a new --force option for ghost update
  • ghost database migration support

You can read more about our plans for Ghost v1.0 in the lts blog post. There's also more information on the alpha page.

See the changelog for the full list of changes in this release.

Ghost-CLI - Three is a magic number

Published by acburdine about 8 years ago

This is the third of a series of weekly alpha builds we'll be releasing as we work towards Ghost 1.0.0.

This release is strictly for development and testing only, and must not be used for production blogs

This alpha release contains:

  • Bugfixes
  • Dependency updates
  • A new ghost setup command and a ghost install --no-setup flag to run the install process without any prompting (useful for autonomous setups, e.g. docker containers)

You can read more about our plans for Ghost v1.0 in the lts blog post. There's also more information on the alpha page.

See the changelog for the full list of changes in this release.

Ghost-CLI - Ray, a drop of golden sun

Published by acburdine about 8 years ago

This is the second of a series of weekly alpha builds we'll be releasing as we work towards Ghost 1.0.0.

This release is strictly for development and testing only, and must not be used for production blogs

This alpha release contains:

  • Bugfixes
  • A new ghost install local shortcut to quickly install a version of Ghost for theme development

You can read more about our plans for Ghost v1.0 in the lts blog post. There's also more information on the alpha page.

See the changelog for the full list of changes in this release.

Ghost-CLI - All things must have a beginning

Published by acburdine about 8 years ago

This marks the first ever release of the official Ghost-CLI!

Also, this release will be part of a series of weekly builds leading up to the release of Ghost 1.0.0.

This tool is strictly for development and testing only (at the moment), and must not be used for production blogs. Also, this tool WILL NOT WORK with Ghost < 1.0.0-alpha.1

You can read more about our plans for Ghost v1.0 in the lts blog post. There's also more information on the alpha page.