Several documented command examples no longer match the current tfccli --help output.
Observed mismatches include:
- many
get/update/delete/apply/... examples still use --id even though the CLI expects positional IDs or names
workspace-variables get/update/delete examples omit the required --workspace-id flag
plans sanitized-json is documented, but the CLI exposes plans sanitized-plan
configuration-versions upload and some context examples use outdated argument ordering or flags
This affects both the agent skill doc and the public README, and can mislead users or coding agents that rely on these examples.
Several documented command examples no longer match the current
tfccli --helpoutput.Observed mismatches include:
get/update/delete/apply/...examples still use--ideven though the CLI expects positional IDs or namesworkspace-variables get/update/deleteexamples omit the required--workspace-idflagplans sanitized-jsonis documented, but the CLI exposesplans sanitized-planconfiguration-versions uploadand some context examples use outdated argument ordering or flagsThis affects both the agent skill doc and the public README, and can mislead users or coding agents that rely on these examples.