Skip to content

Don't cry because it's over, smile because it happened.

Compare
Choose a tag to compare
@acburdine acburdine released this 07 Feb 11:48

After a week and a half of solid work on the CLI, we've got new minor release with LOTS of changes!
πŸš€ πŸš€ πŸš€

Many of these changes were focused on fixing existing bugs in the CLI as well as making tons of improvements to the CLI's user experience.

Short list of changes:

  • The CLI will now accurately detect whether or not Ghost is running, even after server restarts.
  • When using systemd, Ghost-CLI will now wait until Ghost has actually started before telling you that it has been started.
  • Ghost-CLI now prevents you from running any command (except for ghost -v) as root, which should help alleviate problems when you set up an installation as root.
  • ghost doctor was refactored, making it easier to run & more informative
  • Dependency Updates
  • A ton of error messages & checks have been improved.
  • 100% test coverage ✨ πŸ’― (again, s/o to @vikaspotluri123 for the continued work on tests!)

NOTE: if you previously set up a Ghost install using the DigitalOcean 1-click droplet (the one with Ghost-CLI pre-installed), or you set up your ghost install initially using root, you will need to follow a set of commands in order to fix your Ghost installation so that it continues to work in the future. Follow the steps here to fix your installation.

As always, you can view the full list of changes in the changelog.