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

     1  ## nsc add
     2  
     3  Add assets such as accounts, imports, users
     4  
     5  ### Synopsis
     6  
     7  Add assets such as accounts, imports, users
     8  
     9  ### Options
    10  
    11  ```
    12    -h, --help   help for add
    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 add account](nsc_add_account.md)	 - Add an account
    31  * [nsc add export](nsc_add_export.md)	 - Add an export
    32  * [nsc add import](nsc_add_import.md)	 - Add an import
    33  * [nsc add mapping](nsc_add_mapping.md)	 - Add (or modify) a mapping entry
    34  * [nsc add operator](nsc_add_operator.md)	 - Add an operator
    35  * [nsc add user](nsc_add_user.md)	 - Add an user to the account
    36  
    37  ###### Auto generated by spf13/cobra on 25-Feb-2022