Skip to content

Conversation

@sri-sethu
Copy link
Contributor

@sri-sethu sri-sethu commented Nov 1, 2025

Checklist

  • The page(s) are in the correct platform directories: common, linux, osx, windows, sunos, android, etc.
  • The page description(s) have links to documentation or a homepage.
  • The page(s) follow the content guidelines.
  • The page(s) follow the style guide.
  • The PR contains at most 5 new pages.
  • The PR is authored by me, or has been human-reviewed if it was created with AI or machine translation software.
  • The PR title conforms to the recommended templates.
  • Version of the command being documented (if known):

Reference issue: #18897

@github-actions github-actions bot added new command Issues requesting creation of a new page or PRs adding a new page for a command. review needed Prioritized PRs marked for reviews from maintainers. labels Nov 1, 2025
Copy link
Member

@dmmqz dmmqz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The -c flag doesn't seem to exist for any of these commands, are you sure it exists?

@sri-sethu
Copy link
Contributor Author

The -c flag doesn't seem to exist for any of these commands, are you sure it exists?

I used it when i was working. But i checked right now these commands will work without -c too.


- Download specific file:

`kaggle competitions download {{competition_name}} -f {{file}}`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`kaggle competitions download {{competition_name}} -f {{file}}`
`kaggle competitions download {{competition_name}} {{[-f|--file]}} {{file}}`


- Submit files to a competition:

`kaggle competitions submit {{competition-name}} -f {{file-path}} -m "{{message}}"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`kaggle competitions submit {{competition-name}} -f {{file-path}} -m "{{message}}"`
`kaggle competitions submit {{competition_name}} {{[-f|--file]}} {{path/to/file}} {{[-m|--message]}} "{{message}}"`


`kaggle competitions submit {{competition-name}} -f {{file-path}} -m "{{message}}"`

- Show or Download leaderboard:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Show or Download leaderboard:
- Show or download leaderboard:


`kaggle competitions list`

- Download Competition Data:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Download Competition Data:
- Download competition data:


- Show or Download leaderboard:

`kaggle competitions leaderboard {{competition-name}} {{--show|--download}}`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`kaggle competitions leaderboard {{competition-name}} {{--show|--download}}`
`kaggle competitions leaderboard {{competition_name}} {{--show|--download}}`


`kaggle competitions leaderboard {{competition-name}} {{--show|--download}}`

- View Submissions:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- View Submissions:
- View submissions:

@Managor Managor mentioned this pull request Nov 4, 2025
6 tasks

- List all competitions:

`kaggle competitions list`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`kaggle competitions list`
`kaggle {{[c|competitions]}} list`

also apply to other entries

@Managor
Copy link
Member

Managor commented Nov 5, 2025

@sri-sethu Can you please go through all your PRs. All of them have hanging change requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new command Issues requesting creation of a new page or PRs adding a new page for a command. review needed Prioritized PRs marked for reviews from maintainers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants