Skip to content

Commit 1226fde

Browse files
add_kaggle_config_page
1 parent cf75b6d commit 1226fde

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pages/common/kaggle_config

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# kaggle config
2+
3+
> Manage Kaggle config.
4+
> More information: <https://github.com/Kaggle/kaggle-api/blob/main/docs/README.md#config>.
5+
6+
- View current config values:
7+
8+
`kaggle {{[config]}} view`
9+
10+
- Set a configuration value:
11+
12+
`kaggle {{[config]}} set {{[-n|--name]}} {{configuration_parameter}} {{[-v|--value]}} {{parameter_value}}`
13+
14+
- Clear a configuration value:
15+
16+
`kaggle {{[config]}} unset {{[-n|--name]}} {{configuration_parameter}}`

0 commit comments

Comments
 (0)