Usage: secret --first-secret-file FILE_PATH [--second-secret SECRET | --second-secret-file FILE_PATH] [--second-secret SECRET | --second-secret-file FILE_PATH] All settings: Show this help text switch: -h|--help Output version information switch: --version First example secret option: --first-secret-file FILE_PATH env: FIRST_SECRET_FILE FILE_PATH config: first-secret-file: # or null  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  config: second-secret-file: # or null  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  config: second-secret-file: # or null  Options: -h|--help Show this help text --version Output version information --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 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 Configuration Values: First example secret first-secret-file: # or null  Second example secret, bare or in a file second-secret: # or null  Second example secret, bare or in a file second-secret-file: # or null  Second example secret, bare or in a file, only conf second-secret: # or null  Second example secret, bare or in a file, only conf second-secret-file: # or null