summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-01-17 16:46:30 -0800
committerSteve Manuel <nilslice@gmail.com>2017-01-17 16:46:30 -0800
commit673c0cc360f988ae6ef5c7878def3c84ec7c8218 (patch)
tree45bfd9e4d783c6c6fb0aa216f9a917a920fbfd5f /README.md
parent36bd970589e92c09709aa778f9ff02d16fde7e08 (diff)
adding updated commands: version, upgrade
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8a02c02..5d4dac8 100644
--- a/README.md
+++ b/README.md
@@ -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