Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "config",
Short: "Manage hevycli configuration",
Long: `View and modify hevycli configuration settings.
Configuration is stored in ~/.hevycli/config.yaml and can be overridden
by environment variables (HEVYCLI_*) or command-line flags.
Examples:
hevycli config init # Interactive setup
hevycli config show # Display current configuration
hevycli config set api-key # Set your API key`,
}
Cmd is the config command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.