Releases: TryGhost/Ghost-CLI
Another one bites the dust
New minor version release 🚀
There were a decent amount of changes in this release, most of them bugfixes but there were a couple of new features introduced as well 🎉
Summary:
- A bugfix with the SSL migration feature introduced in the last version was fixed.
- Ghost-CLI's mysql user creation script should now work when you've set up mysql using
mysql_secure_installation
- Added an
--error
flag toghost log
to only output the error log - Added a
--no-restart
flag toghost update
to prevent restarting Ghost after updating - Fixed an issue that should make developing CLI extensions a bit easier
- Huge improvements in Ghost-CLI's test suite (s/o to @vikaspotluri123 for all the hard work on unit tests ✨ )
As always, a more complete list of changes can be found in the changelog
It's the little things that count, hundreds of 'em.
🚀🚀 New CLI Minor Release 🚀🚀
We have a host of important updates in this release - please update as soon as you can! Here's a brief summary:
- ✨ Improved CLI update notifications: you'll now get a notification before running any Ghost-CLI command prompting you to update if there is a new version. We added this so that you can always be running the latest functionality
- 🔥 Removed the global dependency on knex-migrator, instead we'll always use the one installed with Ghost. This fixes a number of issues related to multiple node versions (e.g. managed through nvm) and should help those who wish to use sqlite3 as the database
- Fixed a bug with ports being overridden if you specified the port in the URL
- 🎉 Added migration utilities and a migration for ssl certs set up using Ghost-CLI < 1.2.0. This migration can be run using
ghost migrate
, or will automatically be run withghost update
.
As always, a list of all the notable changes can also be found in the changelog.
Stay tuned - we're always working on new bugfixes and features :)
One sees great things from the valley; only small things from the peak.
This is very small patch release.
❗️❗️If you are using Node v8, please ensure you are on >= 8.9.0. ❗️❗️
[You don't have to do anything if you are using Node v4 or v6, other than upgrading the CLI to the latest version 😀.]
This release includes:
- bumps Node v8 to >= 8.9.0
If you are upgrading to 1.2.0 or higher & you use Ghost-CLI to generate SSL certificates you will need to follow this guide.
Start where you are. Use what you have. Do what you can.
🚀 🚀 NEW MINOR RELEASE ALERT🚀 🚀
This minor release is shipping with a few important new things:
- Node 8 support 🎉
- A fix for letsencrypt certificate reloading
- General UI improvements regarding sudo commands
If you are upgrading to 1.2.0 or higher & you use Ghost-CLI to generate SSL certificates you will need to follow this guide.
As always, a full list of changes can be viewed in the changelog.
More important new things are in the works, stay tuned for new releases!
I shot the sheriff, but I didn't shoot the deputy
Another bugfix release!
This release includes:
- Dependency Updates
- Node version requirements updated to match those of Ghost itself
- Various small bugfixes
As always, you can view all of the changes in the changelog.
Time is what we want most, but what we use worst.
It's been a bit, but here's a new bugfix release for Ghost-CLI!
This release contains:
- some config fixes to ensure non-string arguments are handled correctly
- a fix to ensure --no-start works with --no-prompt when passed to ghost setup
- dependency updates
As always, a complete list of changes can be found in the changelog.
The code is more what you’d call ‘guidelines’ than actual rules.
On the heels of Ghost-CLI 1.1.0 we've got another quick bugfix release.
Only real change in this release is a fix for port version numbering - more info can be found in the changelog.
Rage, rage, against the dying of the light
New Ghost-CLI release 🎉
This release has a number of bugfixes, a couple new features, and some performance improvements:
- a number of inconsistencies with config validation were fixed
- added some more checks for install to catch when ghost-cli was installed with the node version that isn't currently in use (e.g. with nvm)
- fixed a bug with mysql user creation on some systems
- fixed
ghost doctor startup
- added a feature to remove old Ghost versions during ghost update (it keeps the latest 5 now)
- allow
ghost install <version> --local
to work - speed up ghost-cli boot by lazily requiring things 🚀
As always, a full list of changes can be found in the changelog.
Version 1.0.3
No code changes in this release, just some dependency updates.
NOTE: please upgrade to this version before updating to Ghost 1.3.0. There is a needed bugfix inside knex-migrator that is shipped with this release.
The best way out is always through
Another bugfix release!
This release contains:
- a fix to ignore folder permissions checking if
--no-setup-linux-user
is passed - better config prompts
- fixes for
--no-prompt
usage - improvements for sqlite error handling
As always, a full list of changes can be found in the changelog.