ghost ls
process list should maintain list of blogs even if they're stopped
#178
Labels
ghost ls
process list should maintain list of blogs even if they're stopped
#178
Currently, ghost instances (installed via the CLI) are registered when they are started (via
ghost start
) and de-registered when they are stopped (viaghost stop
). Ultimately, this means that the blogs that show up inghost ls
are only the ones that are running at the given moment.This works for most single-blog setups, but is difficult when you've installed multiple blogs on the same system, some of which are running and some of which aren't. Currently it's impossible to tell where the blogs are that aren't running.
So,
ghost ls
should be extended to show blogs regardless of whether or not the blog is running, as well as the actual running status.The text was updated successfully, but these errors were encountered: