github.com/kbehouse/nsc@v0.0.6/docs/nsc_revocations_add-user.md (about)

     1  ## nsc revocations add-user
     2  
     3  Revoke a user
     4  
     5  ### Synopsis
     6  
     7  Revoke a user
     8  
     9  ```
    10  nsc revocations add-user [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16    -a, --account string           account name
    17        --at date-time             revokes all user credentials created or edited before a Unix timestamp ('0' is treated as now, accepted formats are RFC3339 or #seconds since epoch) (default 1969-12-31T18:00:00-06:00)
    18    -h, --help                     help for add-user
    19    -n, --name string              user name
    20    -u, --user-public-key string   user-public-key
    21  ```
    22  
    23  ### Options inherited from parent commands
    24  
    25  ```
    26    -i, --interactive          ask questions for various settings
    27    -K, --private-key string   private key
    28  ```
    29  
    30  ### SEE ALSO
    31  
    32  * [nsc revocations](nsc_revocations.md)	 - Manage revocation for users and activations from an account
    33  
    34  ###### Auto generated by spf13/cobra on 18-Mar-2021