diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-01-17 16:46:30 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-01-17 16:46:30 -0800 |
commit | 673c0cc360f988ae6ef5c7878def3c84ec7c8218 (patch) | |
tree | 45bfd9e4d783c6c6fb0aa216f9a917a920fbfd5f /README.md | |
parent | 36bd970589e92c09709aa778f9ff02d16fde7e08 (diff) |
adding updated commands: version, upgrade
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -168,6 +168,31 @@ to run the Admin and API on separate processes, you must call them with the --- +### upgrade + +Will backup your own custom project code (like content, addons, uploads, etc) so +we can safely re-clone Ponzu from the latest version you have or from the network +if necessary. Before running `$ ponzu upgrade`, you should update the `ponzu` +package by running `$ go get -u github.com/ponzu-cms/ponzu/...` + +Example: +```bash +$ ponzu upgrade +``` + +--- + +### version, v + +Prints the version of the Ponzu CLI you have installed. + +Example: +```bash +$ ponzu version +> Ponzu v0.70 +``` + +--- ## Contributing |