thv config get-build-auth-file
Get build auth file configuration
Synopsis
Display configured build auth files. If a name is provided, shows only that specific file. If no name is provided, shows all configured files.
By default, file contents are hidden to prevent credential exposure. Use --show-content to display the actual content.
Examples: thv config get-build-auth-file # Show all files (content hidden) thv config get-build-auth-file npmrc # Show specific file (content hidden) thv config get-build-auth-file npmrc --show-content # Show with content
thv config get-build-auth-file [name] [flags]
Options
-h, --help help for get-build-auth-file
--show-content Show the actual file content (contains credentials)
Options inherited from parent commands
--debug Enable debug mode
SEE ALSO
- thv config - Manage application configuration