mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-07 06:45:35 +00:00
22 lines
524 B
Plaintext
22 lines
524 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# kaggle config
|
|
|
|
> Manage Kaggle configuration.
|
|
> More information: <https://github.com/Kaggle/kaggle-api/blob/main/docs/README.md#config>.
|
|
|
|
- View current configuration values:
|
|
|
|
`kaggle config view`
|
|
|
|
- Set a configuration value:
|
|
|
|
`kaggle config set {{[-n|--name]}} {{configuration_parameter}} {{[-v|--value]}} {{parameter_value}}`
|
|
|
|
- Clear a configuration value:
|
|
|
|
`kaggle config unset {{[-n|--name]}} {{configuration_parameter}}`
|