LinuxCommandLibrary

kaggle-config

manages Kaggle CLI configuration settings

TLDR

Set configuration value

$ kaggle config set -n [competition] -v [value]
copy
View configuration
$ kaggle config view
copy
Unset configuration value
$ kaggle config unset -n [name]
copy

SYNOPSIS

kaggle config subcommand [options]

DESCRIPTION

kaggle config manages Kaggle CLI configuration settings. Stores preferences like default competition, output paths, and proxy settings. Configuration is stored in ~/.kaggle/kaggle.json.

PARAMETERS

set -n name -v value

Set configuration option.
view
Display current configuration.
unset -n name
Remove configuration option.

SEE ALSO

kaggle(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community