summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-24 19:28:40 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-24 19:28:40 +0200
commitd6820ebb04f1bdf8c6ee5e56473c85ab2c810871 (patch)
treeeb715551e5afb489c9554542f30dcae2c7148e25
parent44e4f6db408ff5e1cff6e10e7892dd2af7566a59 (diff)
New release0.9.2
-rw-r--r--.version2
-rw-r--r--debian/changelog6
-rw-r--r--debian/files2
-rw-r--r--docs/fapi.12
-rw-r--r--docs/synopsis.txt26
5 files changed, 12 insertions, 26 deletions
diff --git a/.version b/.version
index ac39a10..f374f66 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-0.9.0
+0.9.1
diff --git a/debian/changelog b/debian/changelog
index 23c9c88..1e35672 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fapi (0.9.1) stable; urgency=low
+
+ * Add -E argument, which shows the extended synopsis
+
+ -- Paul Buetow <paul@buetow.org> Tue, 24 Jun 2014 19:28:01 +0200
+
fapi (0.9.0) stable; urgency=low
* Can get and set poolmember ratios
diff --git a/debian/files b/debian/files
index cf7c6a6..3bc932f 100644
--- a/debian/files
+++ b/debian/files
@@ -1 +1 @@
-fapi_0.9.0_all.deb utils optional
+fapi_0.9.1_all.deb utils optional
diff --git a/docs/fapi.1 b/docs/fapi.1
index cf797eb..bc10296 100644
--- a/docs/fapi.1
+++ b/docs/fapi.1
@@ -124,7 +124,7 @@
.\" ========================================================================
.\"
.IX Title "FAPI 1"
-.TH FAPI 1 "2014-05-27" "fapi 0.9.0" "User Commands"
+.TH FAPI 1 "2014-05-27" "fapi 0.9.1" "User Commands"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
diff --git a/docs/synopsis.txt b/docs/synopsis.txt
index cc0d434..eea9c7f 100644
--- a/docs/synopsis.txt
+++ b/docs/synopsis.txt
@@ -1,4 +1,4 @@
-usage: fapi [-a] [-b B] [-d] [-e E] [-f F] [-h] [-i] [-l] [-n] [-v] [-V]
+usage: fapi [-a] [-b B] [-d] [-E] [-e E] [-f F] [-h] [-i] [-l] [-n] [-v] [-V]
[-C C]
[what] [name] [sub] [sub2] [sub3] [sub4] [sub5]
@@ -15,6 +15,7 @@ optional arguments:
-a Disables auto port in vserver name
-b B Forces to use the secified loadbalancer (overwrites -e)
-d Disable colorful output
+ -E Show extended synopsis
-e E Env to use, e.g. dev,qa,live
-f F Overwrite partition/folder from fapi.conf
-h Print this help
@@ -65,26 +66,5 @@ Synopsis:
profileclientssl PROFILENAME create [SSLKEYNAME] [SSLCERTNAME]
profileclientssl PROFILENAME delete
profileclientssl PROFILENAME get detail
-The following partially needs admininstrator privileges on / and /Common
- -f Common -b balancer.example.com selfip
- -f Common -b balancer.example.com selfip NAME create NETMASK VLANNAME [TGROUP]
- -f Common -b balancer.example.com selfip NAME delete
- -f Common -b balancer.example.com selfip NAME get detail|tgroup
- -f Common -b balancer.example.com selfip NAME set tgroup TGROUP
- -f Common -b balancer.example.com vlan
- -f Common -b balancer.example.com vlan NAME create tagged VLANID internal|external|...
- -f Common -b balancer.example.com vlan NAME delete
- -f Common -b balancer.example.com vlan NAME get detail
- -f Common tgroup
- -f Common tgroup NAME add ha_order DEVICE ORDER
- -f Common tgroup NAME create
- -f Common tgroup NAME delete
- -f Common tgroup NAME get detail
- -f Common tgroup NAME get ha_order
- -f Common tgroup NAME remove all_ha_orders
- -f Common tgroup NAME remove ha_order DEVICE ORDER
- -f / folder
- -f / folder NAME create|delete
- -f / folder NAME get detail|dgroup|tgroup
- -f / folder NAME set dgroup|tgroup DGROUP|TGROUP
Please consult the manpage for examples.
+Please run with -E for more (extended commands) synopsis!