Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.21 KB

File metadata and controls

50 lines (36 loc) · 1.21 KB
title thv config get-build-auth-file
hide_title true
description Reference for ToolHive CLI command `thv config get-build-auth-file`
last_update
author
autogenerated
slug thv_config_get-build-auth-file
mdx
format
md

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) (default false)

Options inherited from parent commands

      --debug   Enable debug mode

SEE ALSO