New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ghost-cli

Package Overview
Dependencies
Maintainers
7
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghost-cli - npm Package Versions

1
79
12

1.6.0

Diff
acburdine
published 1.6.0 •

Changelog

Source

1.6.0 (2018-03-26)

Bug Fixes

  • help: don't show aliases on help output (2f67058)
  • ls: show more helpful message when no ghost instances found (#682) (b250953)
  • mysql: use % during user creation if remote db host (791301a), closes #642
  • port-polling: connect over custom host if custom host is specified (7d0c330), closes #643
  • setup: fix start/no-start option (46d64f8), closes #615
  • systemd: run isEnabled() as sudo (5552a0e)
  • systemd: run isRunning() as sudo (bf1a20e)
  • utils: differentiate root command error messages for DO (a69ccc6)

Features

  • colors: expose color-free logging option (#653) (ba58fab), closes #457
  • doctor: check current user and dir owner (9fbd3fd)
  • doctor: check memory before running memory-intensive tasks (a852cdd)
  • doctor: prevent installations with ghost user (dde6bf0)
  • doctor: skip user owner check for local process (cdc9c31)
  • doctor: split check for ghost user and owner in two (d893c16)
  • doctor: use new getGhostUid util (f43b721)
  • mem-check: add skip flag (6ccf6be)
  • process: allow process.isEnabled to return a promise (#674) (c93124b)
  • process-manager: allow process isRunning to return a promise (#669) (29b4a0b)
  • state commands: gracefully exit in noop situations (e6e1ada)
  • utils: split use-ghost-user in two fn (e8e2fb4)

Performance Improvements

  • bootstrap: swap out npm root call for global-modules dep (6184667)

<a name="1.5.2"></a>

acburdine
published 1.5.2 •

Changelog

Source

1.5.2 (2018-02-12)

Bug Fixes

  • port-polling: increase port polling timeout (#638) (8804372)

<a name="1.5.1"></a>

aileencgn
published 1.5.1 •

Changelog

Source

1.5.1 (2018-02-07)

Bug Fixes

  • doctor: exclude versions folder for file permissions check (f1fdd31)
  • ui: disable allowPrompt if stdout is not a TTY (b08cfa7)
  • ui: make confirm return default value with prompt disabled (7d652f2)
  • uninstall: only use sudo to remove content folder when needed (5e386d2), closes #577

<a name="1.5.0"></a>

acburdine
published 1.5.0 •

Changelog

Source

1.5.0 (2018-02-07)

Bug Fixes

  • checks: show skipped instead of passed for stack & mysql checks (c4a40a0)
  • doctor: add install-folder-permissions check to start (a195fc1)
  • doctor: improve permission denied error message (#627) (9af537e)
  • doctor: refactor doctor command (76829e9)
  • doctor: show help message for install folder checks (#626) (0c81bab)
  • doctor: skip some doctor checks for local installs post-install (324a080)
  • doctor: skip validate config check for running instances (#623) (a94a987)
  • instance: query process managers in dev & prod if running not set (c6b8b40), closes #463
  • local-process: error if content folder owned by other user (707ce6a), closes #501
  • local-process: make content folder check work in more cases (710a9d4)
  • renderer: only show enabled tasks (3be25a8)
  • root-user: don't check for root user on windows/macos (3db21d6)
  • root-user: improve error messages installs set up with root (#631) (b161432)
  • root-user: only skip exiting inside root install (8fc693a)
  • setup: skip ghost user setup if process manager is local (edce827)
  • stop command: update extension query key (b8c49bb)
  • systemd: improve systemd precheck error messages (#628) (208bb15)
  • update-check: don't warn for prerelease or build (05a4171)

Features

  • command: prevent commands run as root user (#604) (01481b0)
  • doctor: allow extensions to provide doctor checks (4702ce8)
  • doctor: content folder permission checks (#610) (0075e77)
  • doctor: detect incorrect permissions (#613) (6b614f7), closes #294
  • doctor: run all checks and print summary of errors (ca68049)
  • log: Log improvements for ghost update (59f5d03)
  • process: ensure that Ghost is started (#612) (8c68889), closes #472
  • ssl: improve error messages to log original error (#595) (509aa5a)
  • system: add os and version to System class (#602) (bd24652)
  • ui: add ghost doctor reference to error messages (c25c141)
  • ui: allow UI error method to handle listr errors (dc419f9)
  • update: run doctor checks on ghost update (0ca80a7)

<a name="1.4.2"></a>

acburdine
published 1.4.2 •

Changelog

Source

1.4.2 (2018-01-07)

Bug Fixes

  • setup: ensure --pname arg is sanitized (229953b), closes #576
  • update-check: remove "out-of-date version" prompt (dfb5ea6), closes #563

<a name="1.4.1"></a>

acburdine
published 1.4.1 •

Changelog

Source

1.4.1 (2017-12-12)

Bug Fixes

  • update-check: only run update check on specific commands (581c14a), closes #565 #563

<a name="1.4.0"></a>

acburdine
published 1.4.0 •

Changelog

Source

1.4.0 (2017-12-01)

Bug Fixes

  • config: shorten default database name (d8b6e0f), closes #508
  • extension: ensure require(ghost-cli) returns the root instance (8a96fa1)
  • mysql: improve password compatibility of mysql user (6927121), closes #511
  • mysql: re-order create user statements (d690918)
  • nginx: skip SSL setup if url is an IP address (5ed1cfe), closes #301
  • ssl-migration: make the checks for migrating ssl more robust (f5c8ee1), closes #552

Features

  • log: add --error flag to ghost log (462a58f), closes #432
  • update: add option to disable restart on update (0c3c974), closes #481

<a name="1.3.0"></a>

acburdine
published 1.3.0 •

Changelog

Source

1.3.0 (2017-11-16)

Bug Fixes

  • config: default port and custom ports (a820687), closes #519

Features

  • db: remove knex-migrator dep, use one installed with Ghost (#505) (9b78843)
  • add additional node and cli version checks (8ab4892)
  • migrations: add migrate command & related utilities (a532d03)
  • ssl: add ssl migration (3c60d89), closes #495
  • ui: improve update notifications (ff5e4ad), closes #525

<a name="1.2.1"></a>

kirrg001
published 1.2.1 •

Changelog

Source

1.2.1 (2017-11-10)

Bug Fixes

<a name="1.2.0"></a>

acburdine
published 1.2.0 •

Changelog

Source

1.2.0 (2017-10-30)

Bug Fixes

  • nginx: switch to nginx -s reload to reload nginx configuration (9d502ef)
  • ssl: rework how we use acme.sh (6f30109), closes #495
  • ui: improve sudo output suppression (398fc27)

Features

  • ssl: only generate dhparam and ssl-params once per server (2dfe847), closes #487
  • enable node 8 support (26dd314)

<a name="1.1.3"></a>