summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorFraser Tweedale <ftweedal@redhat.com>2015-07-24 09:31:26 -0400
committerMartin Basti <mbasti@redhat.com>2015-07-31 16:11:17 +0200
commit896783bae817ef16ca1cb31a0c434fe863287cc3 (patch)
tree8f46f616b5228a1dd444c27dc036b2f983778aa9 /API.txt
parenta4ade199aa594307cdd6bc43d1729cc42e92fd1e (diff)
downloadfreeipa-896783bae817ef16ca1cb31a0c434fe863287cc3.tar.gz
freeipa-896783bae817ef16ca1cb31a0c434fe863287cc3.tar.xz
freeipa-896783bae817ef16ca1cb31a0c434fe863287cc3.zip
user-show: add --out option to save certificates to file
Add the --out option to user-show, bringing it into line with host-show and service-show with the ability to save the user's certificate(s) to a file. https://fedorahosted.org/freeipa/ticket/5171 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'API.txt')
-rw-r--r--API.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/API.txt b/API.txt
index 2b7e00d2e..04f2f894f 100644
--- a/API.txt
+++ b/API.txt
@@ -5360,10 +5360,11 @@ output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDA
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
output: PrimaryKey('value', None, None)
command: user_show
-args: 1,5,3
+args: 1,6,3
arg: Str('uid', attribute=True, cli_name='login', maxlength=255, multivalue=False, pattern='^[a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,252}[a-zA-Z0-9_.$-]?$', primary_key=True, query=True, required=True)
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui')
option: Flag('no_members', autofill=True, default=False, exclude='webui')
+option: Str('out?')
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui')
option: Flag('rights', autofill=True, default=False)
option: Str('version?', exclude='webui')