| title | thv config get-build-auth-file | ||
|---|---|---|---|
| hide_title | true | ||
| description | Reference for ToolHive CLI command `thv config get-build-auth-file` | ||
| last_update |
|
||
| slug | thv_config_get-build-auth-file | ||
| mdx |
|
Get build auth file configuration
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]
-h, --help help for get-build-auth-file
--show-content Show the actual file content (contains credentials) (default false)
--debug Enable debug mode
- thv config - Manage application configuration