Skip to content

Commit b0ef9ce

Browse files
committed
document submission inspection and deletion flow
1 parent 45e4ae5 commit b0ef9ce

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,23 @@ popcorn submissions delete <ID>
124124
popcorn submissions delete <ID> --force
125125
```
126126

127+
Smallest possible flow:
128+
129+
```bash
130+
# 1. List your submissions and note the ID
131+
popcorn submissions list --leaderboard grayscale_v2
132+
133+
# 2. Inspect the stored code for that submission ID
134+
popcorn submissions show 1234
135+
136+
# 3. Delete that submission ID
137+
popcorn submissions delete 1234
138+
```
139+
140+
`list` shows the submission `ID`, `show` prints the full submitted code for that `ID`, and `delete` previews the submission and asks for confirmation before removing it.
141+
142+
If you have a reward-hacked or otherwise bad submission, you can use this flow to find the submission ID, inspect the exact code that was stored, and delete it yourself.
143+
127144
### Authentication
128145

129146
Register or re-register your CLI with Discord or GitHub.

0 commit comments

Comments
 (0)