.Dd $Mdocdate$
.Dt secret 1
.Os
.Sh NAME
.Nm secret
.Nd Secrets example
.Sh VERSION
0.0.0
.Sh SYNOPSIS
secret --first-secret-file FILE_PATH [--second-secret SECRET | --second-secret-file FILE_PATH] [--second-secret SECRET | --second-secret-file FILE_PATH]
.Sh SETTINGS
  Show this help text
  switch: -h|--help

  Output version information: 0.0.0
  switch: --version

  First example secret
  option: --first-secret-file FILE_PATH
  env: FIRST_SECRET_FILE FILE_PATH
  config:
    first-secret-file: # or null
      <string>

  Second example secret, bare or in a file
  option: --second-secret SECRET
  option: --second-secret-file FILE_PATH
  env: SECOND_SECRET SECRET
  env: SECOND_SECRET_FILE FILE_PATH
  config:
    second-secret: # or null
      <string>
  config:
    second-secret-file: # or null
      <string>

  Second example secret, bare or in a file, only option
  option: --second-secret SECRET
  option: --second-secret-file FILE_PATH

  Second example secret, bare or in a file, only env
  env: second-secret SECRET
  env: second-secret_FILE FILE_PATH

  Second example secret, bare or in a file, only conf
  config:
    second-secret: # or null
      <string>
  config:
    second-secret-file: # or null
      <string>

.Sh OPTIONS
  -h|--help            Show this help text                                  
  --version            Output version information: 0.0.0                    
  --first-secret-file  First example secret                                 
  --second-secret      Second example secret, bare or in a file             
  --second-secret-file Second example secret, bare or in a file             
  --second-secret      Second example secret, bare or in a file, only option
  --second-secret-file Second example secret, bare or in a file, only option

.Sh ENVIRONMENT VARIABLES
  FIRST_SECRET_FILE FILE_PATH    First example secret                              
  SECOND_SECRET SECRET           Second example secret, bare or in a file          
  SECOND_SECRET_FILE FILE_PATH   Second example secret, bare or in a file          
  second-secret SECRET           Second example secret, bare or in a file, only env
  second-secret_FILE FILE_PATH   Second example secret, bare or in a file, only env

.Sh CONFIGURATION VALUES
  First example secret
  first-secret-file:
    # or null
    <string>
  Second example secret, bare or in a file
  second-secret:
    # or null
    <string>
  Second example secret, bare or in a file
  second-secret-file:
    # or null
    <string>
  Second example secret, bare or in a file, only conf
  second-secret:
    # or null
    <string>
  Second example secret, bare or in a file, only conf
  second-secret-file:
    # or null
    <string>

