aboutsummaryrefslogtreecommitdiff
path: root/docs/app.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/app.txt')
-rw-r--r--docs/app.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/app.txt b/docs/app.txt
index 4756ef2..49ed59e 100644
--- a/docs/app.txt
+++ b/docs/app.txt
@@ -11,6 +11,16 @@ SYNOPSIS
[verse]
'app' <options>
+QUICK START
+~~~~~~~~~~~
+
+ $ app init -d my-app maven org.example:my-app:1.0-SNAPSHOT
+ $ cd my-app
+ $ app start
+ $ app conf set app.version 1.0
+ $ app upgrade
+ $ app restart
+
INSTALLING AN APPLICATION
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -80,4 +90,10 @@ TODOs
* Find a way to check if an application is running.
+SEE ALSO
+--------
+
+* app-conf
+* app-cat-conf
+
// vim: set ft=asciidoc: