github.com/nats-io/nsc/v2@v2.8.7-0.20240307184528-efd7023c6896/docs/nsc_revocations.md (about)

     1  ## nsc revocations
     2  
     3  Manage revocation for users and activations from an account
     4  
     5  ### Synopsis
     6  
     7  Manage revocation for users and activations from an account
     8  
     9  ### Options
    10  
    11  ```
    12    -h, --help   help for revocations
    13  ```
    14  
    15  ### Options inherited from parent commands
    16  
    17  ```
    18        --config-dir string     nsc config directory
    19        --data-dir string       nsc data store directory
    20    -i, --interactive           ask questions for various settings
    21        --keystore-dir string   nsc keystore directory
    22    -K, --private-key string    Key used to sign. Can be specified as role (where applicable),
    23                                public key (private portion is retrieved)
    24                                or file path to a private key or private key 
    25  ```
    26  
    27  ### SEE ALSO
    28  
    29  * [nsc](nsc.md)	 - nsc creates NATS operators, accounts, users, and manage their permissions.
    30  * [nsc revocations add-user](nsc_revocations_add-user.md)	 - Revoke a user
    31  * [nsc revocations add_activation](nsc_revocations_add_activation.md)	 - Revoke an accounts access to an export
    32  * [nsc revocations delete-user](nsc_revocations_delete-user.md)	 - Remove a user revocation
    33  * [nsc revocations delete_activation](nsc_revocations_delete_activation.md)	 - Remove an account revocation from an export
    34  * [nsc revocations list-users](nsc_revocations_list-users.md)	 - List users revoked in an account
    35  * [nsc revocations list_activations](nsc_revocations_list_activations.md)	 - List account revocations for an export
    36  
    37  ###### Auto generated by spf13/cobra on 25-Feb-2022