Usage: secret --first-secret-file FILE_PATH [--second-secret SECRET | --second-secret-file FILE_PATH] [--second-secret SECRET | --second-secret-file FILE_PATH] Secrets example Available 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  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