Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-06 00:20:13 +00:00
parent fc43dd50ef
commit 10dbf8b0c0
4 changed files with 44 additions and 11 deletions

View File

@@ -14,28 +14,28 @@ source: https://github.com/tldr-pages/tldr.git
- Download a specific file from a competition dataset:
`kaggle competitions download {{competition}} {{[-f|--file]}} {{path/to/file}}`
`kaggle {{[c|competitions]}} download {{competition}} {{[-f|--file]}} {{path/to/file}}`
- List competitions matching a search term:
`kaggle competitions list {{[-s|--search]}} {{search_term}}`
`kaggle {{[c|competitions]}} list {{[-s|--search]}} {{search_term}}`
- List files available for a specific competition:
`kaggle competitions files {{competition}}`
`kaggle {{[c|competitions]}} files {{competition}}`
- Submit a file to a competition with a message:
`kaggle competitions submit {{competition}} {{[-f|--file]}} {{path/to/submission.csv}} {{[-m|--message]}} "{{message}}"`
`kaggle {{[c|competitions]}} submit {{competition}} {{[-f|--file]}} {{path/to/submission.csv}} {{[-m|--message]}} "{{message}}"`
- List datasets matching a search term:
`kaggle datasets list {{[-s|--search]}} {{search_term}}`
`kaggle {{[d|datasets]}} list {{[-s|--search]}} {{search_term}}`
- Download all files from a dataset:
`kaggle datasets download {{owner}}/{{dataset_name}}`
`kaggle {{[d|datasets]}} download {{owner}}/{{dataset_name}}`
- List kernels (notebooks) matching a search term:
`kaggle kernels list {{[-s|--search]}} {{search_term}}`
`kaggle {{[k|kernels]}} list {{[-s|--search]}} {{search_term}}`