github.com/kbehouse/nsc@v0.0.6/docs/nsc_revocations_add_activation.md (about)

     1  ## nsc revocations add_activation
     2  
     3  Revoke an accounts access to an export
     4  
     5  ### Synopsis
     6  
     7  Revoke an accounts access to an export
     8  
     9  ```
    10  nsc revocations add_activation [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16    -a, --account string          account name
    17        --at date-time            revokes all activations for an account 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_activation
    19        --service                 service
    20    -s, --subject string          export subject
    21    -t, --target-account string   target-account
    22  ```
    23  
    24  ### Options inherited from parent commands
    25  
    26  ```
    27    -i, --interactive          ask questions for various settings
    28    -K, --private-key string   private key
    29  ```
    30  
    31  ### SEE ALSO
    32  
    33  * [nsc revocations](nsc_revocations.md)	 - Manage revocation for users and activations from an account
    34  
    35  ###### Auto generated by spf13/cobra on 18-Mar-2021