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.