docs(cli): regenerate reference for file upload - #3
Closed
nwebbot wants to merge 1 commit into
Closed
Conversation
Adds the `retask file upload` section. `yarn gen:cli` regenerates every page from `retask help-llm`, so this also picks up pre-existing drift in file/task/sandbox/integration whose checked-in docs were generated from an older CLI (e.g. `file list --project-id`, a flag that no longer exists). These pages are auto-generated and marked do-not-edit; regenerating only one would leave the tree inconsistent with the generator. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Companion to nwebxyz/retask-cli#12, which adds
retask file upload. Output ofyarn gen:cli.Merge after that PR ships — until then this documents a command that doesn't exist yet.
Why four files changed, not one
gen:cliregenerates every page fromretask help-llm, and the checked-in docs were generated from an older CLI. So alongside the newfile uploadsection, this picks up pre-existing drift:file list— documented--project-id, a flag that no longer exists; the real flags are--target/--created-bytask create/task update— missing--parent-task-id,--reporter,--estimation-points,--task-typesandbox list/sandbox create— missing--status,--type,--env,--git-repoand othersintegration gitlab repos— undocumented entirelyThese pages are auto-generated and marked do-not-edit, so regenerating only
file.mdwould leave the tree inconsistent with the generator and dump surprise diffs on whoever next runsgen:cli. No hand edits here — every line is generator output.🤖 Generated with Claude Code