You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/02/12 09:54:46 UTC

[GitHub] chetanmeh commented on issue #4249: Add revoke key feature to wskadmin

chetanmeh commented on issue #4249: Add revoke key feature to wskadmin
URL: https://github.com/apache/incubator-openwhisk/pull/4249#issuecomment-462693101
 
 
   For reference here is the updated argument list
   
   ```
   wskadmin user create -h
   usage: wskadmin user create [-h] [-u AUTH] [-ns NAMESPACE] [-r] [-g] [-s]
                               subject
   
   positional arguments:
     subject               the subject to create
   
   optional arguments:
     -h, --help            show this help message and exit
     -u AUTH, --auth AUTH  the uuid:key to initialize the subject authorization
                           key with
     -ns NAMESPACE, --namespace NAMESPACE
                           create key for given namespace instead (defaults to
                           subject id
     -r, --revoke          revoke existing key and create a new one
     -g, --genonly         generate a uuid and key but do not store them in the
                           database
     -s, --silent          do not should the new key on the console
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services