Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ghost-cli

Package Overview
Dependencies
Maintainers
7
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghost-cli - npm Package Versions

1
1012

1.0.0-alpha.16

Diff

Changelog

Source

1.0.0-alpha.16 (2017-03-23)

Bug Fixes

  • ls: store running environment in system config (99be519)

<a name="1.0.0-alpha.15"></a>

kirrg001
published 1.0.0-alpha.14 •

Changelog

Source

1.0.0-alpha.15 (2017-03-22)

Bug Fixes

  • process-error: ensure stdout exists before trying to log it (a9bced6)
  • ssl: bump minimum supported node version to 4.5 (833d8d0), closes #176

Features

  • config: add auth advanced config option (ebc8315), closes #175
  • ls: show stopped ghost instances as well as running ones (ee85403), closes #178

BREAKING CHANGES

  • ssl: drop support for node 4 < 4.5

<a name="1.0.0-alpha.14"></a>

acburdine
published 1.0.0-alpha.13 •

Changelog

Source

1.0.0-alpha.13

  • bump minimum supported ghost alpha version to 1.0.0-alpha.15
  • ✨ Error Handling
  • 🎨 deps: debug@2.6.1
  • 📖 add .vscode dir to gitignore
  • 🎨 acceptance test improvements
  • 🎨 use os.homedir() to get the location of the system config dir
  • ⬆ deps: yarn@0.21.3
  • ⬆ deps: knex-migrator@2.0.8
  • ✨ Nginx Service
  • ✨ add ability for services to register their own commands
  • 🎨 🐎 improve ghost run memory usage by migrating during ghost start
  • 🎨 fix race conditions in start and stop commands
  • 🎨 cleanup process manager handling in service manager
  • 🎨 fix setup check error handling
  • 🎨 fix instance class loading on case sensitive filesystems
  • 💄 improve spinner handling in ui class
  • 🐛 fix(yarn): ensure local version of yarn is run correctly
  • chore(deps): yarn@0.20.3
  • chore: update yarn.lock
  • ⬆ chore(deps): update-notifier@2.1.0
  • ⬆ chore(deps): rxjs@5.2.0
  • ⬆ chore(deps): listr@0.11.0
  • ⬆ chore(deps): inquirer@3.0.4
  • ⬆ chore(deps): fkill@4.1.0
  • ⬆ chore(deps): execa@0.6.0
  • ⬆ bump dev dependencies and remove greenkeeper ignored deps
  • 🐛 add service to internal service list before calling init
  • 🐛 💄 add ui methods to temporarily halt spinning if necessary
  • 🐛 ensure dedupeProcessName util doesn't fail if no running instances
  • 🎨 re-order prompts in setup to make more logical sense
  • ✨🔥 Services
  • :art: more config shortcuts - load config by environment
  • :art: run ghost stop --all in the same process
  • :art: setup command cleanup
  • :art: cache config objects by absolute filepath
  • :art: index running Ghost instances by process name
  • :lipstick: make ghost start smarter with the node environment
  • ⚙ add adminUrl option to list of configuration options
  • chore(deps): update yarn.lock
  • chore(package): update update-notifier to version 2.0.0
  • chore(package): update rxjs to version 5.1.1
  • chore(package): update coveralls to version 2.11.16
acburdine
published 1.0.0-alpha.12 •

Changelog

Source

1.0.0-alpha.12

  • update knex-migrator to version 2.0.7 @greenkeeperio-bot
  • :bug: fix ghost stop command from failing @acburdine
  • :sparkles: add --all option to ghost stop to kill all running ghost processes @acburdine
  • :art: move registering/deregistering instance to ghost start/stop commands @acburdine
  • :sparkles: ghost ls command @acburdine
  • :lipstick: add table method to UI class via cli-table-2 @acburdine
  • :art: wrap child process management for ghost run inside a class @acburdine
  • :sparkles: add configuration utilities for the global config folder and file @acburdine
  • :art: make ghost buster command use yarn utility
  • :book: update readme with link to wiki command reference @acburdine
  • :art: :sparkles: improve process manager handling on unsupported environments @acburdine
acburdine
published 1.0.0-alpha.11 •

Changelog

Source

1.0.0-alpha.11

  • :art: improve port handling in config @acburdine
  • :art: expand config handleAdvancedOptions function to allow for Promises @acburdine
  • :bug: ensure truthy value of regex match is returned in validation @acburdine
  • chore: update yarn.lock @acburdine
  • update knex-migrator to version 2.0.5 @greenkeeperio-bot
  • update eslint to version 3.15.0 @greenkeeperio-bot
  • update rxjs to version 5.1.0 @greenkeeperio-bot
  • :bug: don't mutate process.env using lodash methods @acburdine
  • include yarn.lock in npm publish @acburdine
acburdine
published 1.0.0-alpha.10 •

Changelog

Source

1.0.0-alpha.10

  • :fire: :sparkles: switch to using yarn over npm @acburdine
  • :art: knex-migrator: migrate if needed @kirrg001
  • update yarn.lock @acburdine
  • update eslint to version 3.14.1 @greenkeeperio-bot
  • update ora to version 1.1.0 @greenkeeperio-bot
  • update inquirer to version 3.0.1 @greenkeeperio-bot
  • :green_heart: fix test issue on node 6 @acburdine
  • update knex-migrator to version 2.0.4 @greenkeeperio-bot
  • ensure cli-spec.js is tested @acburdine
  • :green_heart: fix tests for refactor @acburdine
  • Remove unnecessary core-object dependency @acburdine
  • :fire: :sparkles: ES6/CLI task refactor @acburdine
  • update knex-migrator to version 2.0.2 @greenkeeperio-bot
  • update knex-migrator to version 2.0.1 @greenkeeperio-bot
  • allow for command aliases @acburdine
  • :art: deps: execa@0.5.0 @acburdine
  • :fire: replace spinner class with ora npm module @acburdine
  • :sparkles: add yarn.lock and use yarn in travis tests
  • update core-object to version 3.0.0 @greenkeeperio-bot
  • update validator to version 6.2.1 @greenkeeperio-bot
  • update lodash to version 4.17.4 @greenkeeperio-bot
  • update bluebird to version 3.4.7 @greenkeeperio-bot
  • update update-notifier to version 1.0.3 @greenkeeperio-bot
  • update inquirer to version 2.0.0 @greenkeeperio-bot
  • update fs-extra to version 2.0.0 @greenkeeperio-bot
  • update eslint to version 3.13.1 @greenkeeperio-bot
  • update eslint to version 3.13.0 @greenkeeperio-bot
  • add copyright to README @JohnONolan
  • :fire: drop node 0.12 from supported versions and Travis testing @acburdine
  • update copyright year @acburdine
  • update eslint to version 3.12.1 @greenkeeperio-bot
  • update symlink-or-copy to version 1.1.8 @greenkeeperio-bot
  • update eslint to version 3.11.1 @greenkeeperio-bot
  • update eslint to version 3.11.0 @greenkeeperio-bot
  • update mocha to version 3.2.0 @greenkeeperio-bot
acburdine
published 1.0.0-alpha.9 •

Changelog

Source

1.0.0-alpha.9

  • :sparkles: ghost restart command @acburdine
  • :art: switch to using sudo for systemctl commands @acburdine
  • :art: :lipstick: improve invalid password error handling in systemd service @acburdine
  • :bug: fix ghost install local usage @acburdine
acburdine
published 1.0.0-alpha.8 •

Changelog

Source

1.0.0-alpha.8

  • :arrow_up: bump min Ghost version to 1.0.0-alpha.9 @acburdine
  • :art: :bug: revert to simple systemd service @acburdine
  • :checkered_flag: use npm.cmd instead of npm on windows (#94) @cyhsutw
  • :sparkles: systemd process manager @acburdine
  • :art: fix setup config handling @acburdine
  • :art: :sparkles: add process manager hooks @acburdine
  • :sparkles: add ghost system stack checks to setup (#92) @acburdine
  • :art: more config improvements @acburdine
  • update inquirer to version 1.2.3 (#86) @greenkeeperio-bot
  • update lodash to version 4.17.2 (#93) @greenkeeperio-bot
  • update eslint to version 3.10.2 (#91) @greenkeeperio-bot
  • update coveralls to version 2.11.15 (#84) @greenkeeperio-bot
acburdine
published 1.0.0-alpha.7 •

Changelog

Source

1.0.0-alpha.7

  • :art: Minor messaging improvements
  • :art: Prompt for mysql database information
  • :art: ensure leading v is stripped from provided ghost version
  • :art: Pass contentPath to ghost process via environment variable
  • :sparkles: :fire: Make ghost run wait for Ghost to finish starting
  • :art: fixes for ghost install local
acburdine
published 1.0.0-alpha.6 •

Changelog

Source

1.0.0-alpha.6

  • :bug: Ensure correct command name is shown in error output
  • :art: Ensure logs folder is created on ghost install
  • :art: Use knex-migrator error codes to check for migration error
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc