aboutsummaryrefslogtreecommitdiff
path: root/docs/app-conf.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/app-conf.txt')
-rw-r--r--docs/app-conf.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/app-conf.txt b/docs/app-conf.txt
new file mode 100644
index 0000000..27d995a
--- /dev/null
+++ b/docs/app-conf.txt
@@ -0,0 +1,24 @@
+app-conf(1)
+===========
+
+NAME
+----
+app-conf - configuration management
+
+
+SYNOPSIS
+--------
+[verse]
+'app-conf' get <name>
+'app-conf' list
+'app-conf' set <name> <value>
+'app-conf' delete <name>
+'app-conf' import <file>
+
+DESCRIPTION
+-----------
+
+Interface to the configuration values used by 'app.sh'. Modelled after
+the 'git-config' command. 'list' is the default command
+
+// vim: set ft=asciidoc: