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

     1  ## nsc env
     2  
     3  Prints and manage the nsc environment
     4  
     5  ### Synopsis
     6  
     7  Prints and manage the nsc environment
     8  
     9  ```
    10  nsc env [flags]
    11  ```
    12  
    13  ### Examples
    14  
    15  ```
    16  env
    17  ```
    18  
    19  ### Options
    20  
    21  ```
    22    -a, --account string    set account name
    23    -h, --help              help for env
    24    -o, --operator string   set operator name
    25    -s, --store string      set store directory
    26  ```
    27  
    28  ### Options inherited from parent commands
    29  
    30  ```
    31    -i, --interactive          ask questions for various settings
    32    -K, --private-key string   private key
    33  ```
    34  
    35  ### SEE ALSO
    36  
    37  * [nsc](nsc.md)	 - nsc creates NATS operators, accounts, users, and manage their permissions.
    38  
    39  ###### Auto generated by spf13/cobra on 18-Mar-2021