Skip to content

Add a delete-model-target-web-api-credentials command - #1527

Merged
adamtheturtle merged 2 commits into
mainfrom
adamtheturtle/vws-web-tools-issue-1484
Aug 27, 2026
Merged

Add a delete-model-target-web-api-credentials command#1527
adamtheturtle merged 2 commits into
mainfrom
adamtheturtle/vws-web-tools-issue-1484

Conversation

@adamtheturtle

Copy link
Copy Markdown
Member

Closes #1484.

delete_model_target_web_api_client_credentials had no Click exposure, so the only way to clean up an OAuth2 client credential this package creates was from Python.

The command is delete-model-target-web-api-credentials, taking --client-id. I dropped client from the command name so that Click's usage line fits in 80 columns — with it, the wrapped usage line ends in trailing whitespace, which the trailing-whitespace hook then strips out of the help regression file, breaking test_help.

I ran the new test against the real Vuforia account and it passes.

🤖 Generated with Claude Code

https://claude.ai/code/session_01YJDy3qA1LyNTh11zS98ukM

Closes #1484

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01YJDy3qA1LyNTh11zS98ukM
The new command name contains it, and sphinx-click renders command
names into the documentation.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01YJDy3qA1LyNTh11zS98ukM
@adamtheturtle
adamtheturtle merged commit 5afcc4b into main Aug 27, 2026
29 checks passed
@adamtheturtle
adamtheturtle deleted the adamtheturtle/vws-web-tools-issue-1484 branch August 27, 2026 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No CLI command for delete_model_target_web_api_client_credentials

1 participant