mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 14:55:32 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/kaggle-config
Normal file
21
tldr/kaggle-config
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user