@zakhenry/ghost-upload-theme
v0.0.8
Published
Easily upload a theme to https://ghost.org
Downloads
3
Readme
Ghost upload theme
Using TryGhost/Ghost and customizing some themes for your website?
If you'd like to automate the upload of the new or updated theme as part of a CI task for example, this package is what you're looking for.
How to use the CLI
yarn global add ghost-upload-theme
ghost-upload-theme
--theme-path ./path/to/your/theme.zip
--environment-path ./path/to/your/env/.env
--routes-path ./path/to/your/routes.yaml
--content-path ./path/to/your/exported/content*.json
--init # use this if the ghost install is completely fresh, no users created