rocky 发表于 2020-3-4 13:02:37

Ghost cms 一键更新版本

命令行
Ghost-CLI :

ghost update

# If an upgrade goes wrong, use the rollback flag
ghost update --rollback

# Install and re-download the latest version of Ghost
ghost update --force

# Updates to the latest within v1
ghost update --v1

# Don't restart after upgrading
ghost update --no-restart

# Disable the automatic rollback on failure
ghost update --no-auto-rollback

# Upgrade Ghost from a specific zip (useful for testing or custom builds)
ghost update --zip path/to/file.zip


页: [1]
查看完整版本: Ghost cms 一键更新版本