diff options
author | Fabien Boucher <fabien.boucher@enovance.com> | 2014-01-13 22:39:28 +0100 |
---|---|---|
committer | Fabien Boucher <fabien.boucher@enovance.com> | 2014-01-17 10:26:34 +0100 |
commit | 533c9c5ba14581ac06b31f82531f9c749d489868 (patch) | |
tree | 27b0c4d0a15823c4e94579c094376e57aac286be /doc | |
parent | 20cd3402b2f74bc0a29de8402a2b4cfac3ad61b3 (diff) | |
download | python-swiftclient-533c9c5ba14581ac06b31f82531f9c749d489868.tar.gz |
Add capabilities option
This patch adds a capabilities option on swiftclient.
This option uses the new /info endpoint to request the
remote capabilities and nicely display it.
Change-Id: Ie34b454511d5527e402e66e1fdb72120f427f2fd
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manpages/swift.1 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/manpages/swift.1 b/doc/manpages/swift.1 index a6292fc..48a105f 100644 --- a/doc/manpages/swift.1 +++ b/doc/manpages/swift.1 @@ -89,14 +89,20 @@ You can specify optional headers with the repeatable cURL-like option .RE \fBdelete\fR [\fIcommand-options\fR] [\fIcontainer\fR] [\fIobject\fR] [\fIobject\fR] [...] - .RS 4 Deletes everything in the account (with --all), or everything in a container, or a list of objects depending on the args given. Segments of manifest objects will be deleted as well, unless you specify the --leave-segments option. - .RE +\fBcapabilities\fR [\fIproxy-url\fR] +.RS 4 +Displays cluster capabilities. The output includes the list of the activated +Swift middlewares as well as relevant options for each ones. Addtionaly the +command displays relevant options for the Swift core. If the proxy-url option +is not provided the storage-url retreived after authentication is used as +proxy-url. +.RE .SH OPTIONS .PD 0 |