summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.version2
-rw-r--r--debian/changelog9
-rw-r--r--debian/files2
-rw-r--r--docs/fapi.12
-rw-r--r--docs/synopsis.txt12
5 files changed, 18 insertions, 9 deletions
diff --git a/.version b/.version
index 2cfabea..a918a2a 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-0.0.11
+0.6.0
diff --git a/debian/changelog b/debian/changelog
index acfb4e5..0a051df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+fapi (0.6.0) stable; urgency=low
+
+ * Count version to 0.6.0, it's the 6th release introducing new features
+ * Add colorful terminal output (can be disabled with -n)
+ * Add initial interactive shell (-i)
+ * Respect more of PEP8
+
+ -- Paul Buetow <paul@buetow.org> Tue, 29 Apr 2014 07:35:52 +0200
+
fapi (0.0.11) stable; urgency=low
* Rename partition to folder
diff --git a/debian/files b/debian/files
index 0d3d88e..e6c4aab 100644
--- a/debian/files
+++ b/debian/files
@@ -1 +1 @@
-fapi_0.0.11_all.deb utils optional
+fapi_0.6.0_all.deb utils optional
diff --git a/docs/fapi.1 b/docs/fapi.1
index d7d486e..f32efd4 100644
--- a/docs/fapi.1
+++ b/docs/fapi.1
@@ -124,7 +124,7 @@
.\" ========================================================================
.\"
.IX Title "FAPI 1"
-.TH FAPI 1 "2014-04-28" "fapi 0.0.11" "User Commands"
+.TH FAPI 1 "2014-04-29" "fapi 0.6.0" "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 790d07b..9eea847 100644
--- a/docs/synopsis.txt
+++ b/docs/synopsis.txt
@@ -1,4 +1,4 @@
-usage: fapi [-b B] [-e E] [-f F] [-h] [-i] [-l] [-v] [-V] [-C C]
+usage: fapi [-b B] [-e E] [-f F] [-h] [-i] [-l] [-n] [-v] [-V] [-C C]
[what] [name] [sub] [sub2] [sub3] [sub4] [sub5]
positional arguments:
@@ -17,14 +17,14 @@ optional arguments:
-h Print this help
-i Interactive shell
-l Use list output
+ -n No color (disable colorful output)
-v Verbose
-V Print program version
-C C Config file
-This is fapi version 0.0.11
Synopsis:
- monitor
+ monitor
monitor NAME get desc|state
node
node NODENAME create|delete
@@ -49,9 +49,9 @@ Synopsis:
vserver NAME get brief|detail|status
vserver NAME set nat|pat disabled|enabled
vserver NAME set pool POOLNAME
- vserver NAME set snat none
+ vserver NAME set snat none
The following partially needs admininstrator privileges on / and /Common
- -f Common -b balancer.example.com selfip
+ -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
@@ -71,5 +71,5 @@ The following partially needs admininstrator privileges on / and /Common
-f / folder
-f / folder NAME create|delete
-f / folder NAME get detail|dgroup|tgroup
- -f / folder NAME set dgroup|tgroup DGROUP|TGROUP
+ -f / folder NAME set dgroup|tgroup DGROUP|TGROUP
Please consult the manpage for examples.