summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-24 19:38:03 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-24 19:38:03 +0200
commit6c103f05ecef22385880f6c9accc8a421c1ee090 (patch)
tree88f918e5143b85ceca5a4ba639b0961c2fd2704b
parentd84cac309c758031906e3fee84d428f8555eb413 (diff)
New release0.9.4
-rw-r--r--.version2
-rw-r--r--Makefile2
-rw-r--r--debian/changelog6
-rw-r--r--debian/files2
-rw-r--r--docs/extended-synopsis.txt104
-rw-r--r--docs/fapi.12
6 files changed, 10 insertions, 108 deletions
diff --git a/.version b/.version
index 2003b63..965065d 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-0.9.2
+0.9.3
diff --git a/Makefile b/Makefile
index 5b42f43..a4902e0 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ documentation:
pod2text ./docs/$(NAME).pod > ./docs/$(NAME).txt
cp ./docs/$(NAME).pod README.pod
./bin/fapi -h -n > ./docs/synopsis.txt
- ./bin/fapi -h -n -E >> ./docs/extended-synopsis.txt
+ ./bin/fapi -h -n -E > ./docs/extended-synopsis.txt
# Build a debian package
deb: all
dpkg-buildpackage # -us -uc
diff --git a/debian/changelog b/debian/changelog
index 1bb8cb6..da13c4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fapi (0.9.3) stable; urgency=low
+
+ * Fix the extended synopsis
+
+ -- Paul Buetow <paul@buetow.org> Tue, 24 Jun 2014 19:37:43 +0200
+
fapi (0.9.2) stable; urgency=low
* fapi.buetow.org now also shows the extended synopsis
diff --git a/debian/files b/debian/files
index ef0d0b1..1c1f369 100644
--- a/debian/files
+++ b/debian/files
@@ -1 +1 @@
-fapi_0.9.2_all.deb utils optional
+fapi_0.9.3_all.deb utils optional
diff --git a/docs/extended-synopsis.txt b/docs/extended-synopsis.txt
index 917b3be..a77b1b0 100644
--- a/docs/extended-synopsis.txt
+++ b/docs/extended-synopsis.txt
@@ -50,107 +50,3 @@ The following partially needs admininstrator privileges on / and /Common:
-f / folder NAME create|delete
-f / folder NAME get detail|dgroup|tgroup
-f / folder NAME set dgroup|tgroup DGROUP|TGROUP
-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]
-
-positional arguments:
- what node|pool|monitor|vserver|...
- name The object name to operate on
- sub First sub command
- sub2 Second sub command
- sub3 Third sub command
- sub4 Fourth sub command
- sub5 Fith sub command
-
-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
- -i Interactive shell
- -l Use list output
- -n No-op (don't do actual stuff)
- -v Verbose
- -V Print program version
- -C C Config file
-
-
-Extended synopsis.
-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
-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]
-
-positional arguments:
- what node|pool|monitor|vserver|...
- name The object name to operate on
- sub First sub command
- sub2 Second sub command
- sub3 Third sub command
- sub4 Fourth sub command
- sub5 Fith sub command
-
-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
- -i Interactive shell
- -l Use list output
- -n No-op (don't do actual stuff)
- -v Verbose
- -V Print program version
- -C C Config file
-
-
-Extended synopsis.
-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
diff --git a/docs/fapi.1 b/docs/fapi.1
index 378f674..78449c1 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.2" "User Commands"
+.TH FAPI 1 "2014-05-27" "fapi 0.9.3" "User Commands"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l