github.com/nats-io/nsc@v0.0.0-20221206222106-35db9400b257/docs/nsc_export.md (about)

     1  ## nsc export
     2  
     3  Export assets such as nkeys
     4  
     5  ### Synopsis
     6  
     7  Export assets such as nkeys
     8  
     9  ### Options
    10  
    11  ```
    12    -h, --help   help for export
    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 export keys](nsc_export_keys.md)	 - Export operator, account and user keys in the current operator and account context
    31  
    32  ###### Auto generated by spf13/cobra on 25-Feb-2022