snippetbashTip
ghost — A blogging platform and headless CMS. More information: <https://docs.ghost.org/ghost-cli>.
Viewed 0 times
commandheadlessbloggingandcmsghostcliplatform
Problem
How to use the
ghost command: A blogging platform and headless CMS. More information: <https://docs.ghost.org/ghost-cli>.Solution
ghost — A blogging platform and headless CMS. More information: <https://docs.ghost.org/ghost-cli>.Install Ghost in the current directory:
ghost installStart an instance of Ghost:
ghost startRestart the Ghost instance:
ghost restartCheck the system for any potential hiccups while installing or updating Ghost:
ghost doctorView the logs of a Ghost instance:
ghost log {{name}}Run a Ghost instance directly (used by process managers and for debugging):
ghost runView running Ghost processes:
ghost lsView or edit Ghost configuration:
ghost config {{key}} {{value}}Code Snippets
Install Ghost in the current directory
ghost installStart an instance of Ghost
ghost startRestart the Ghost instance
ghost restartCheck the system for any potential hiccups while installing or updating Ghost
ghost doctorView the logs of a Ghost instance
ghost log {{name}}Context
tldr-pages: common/ghost
Revisions (0)
No revisions yet.