docs: address documentation issues #632
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
thwap/thwap-pagesd!632
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/issue-docs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Lumped documentation-issues branch (issue #522+ triage).
config.Loadnow only accepts.yaml/.yml/.jsonfor automatic lookup; a stray.tpagectl.toml(or.ini/.env, etc.) no longer silently configures the CLI. Explicit--config <file>paths are still honored regardless of extension (tested).TPAGECTL_SERVER_TOKENand the config file as the recommended token transports and discourages--tokenfor interactive use (process-list/history exposure).helpsubcommand before emitting the section, so leaf commands no longer render a dangling## Subcommands(markdown) or.SH COMMANDS(man). Generated docs regenerated (65 files).Triage — already resolved (closed without code change, after verification):
--name/--owner/--visibility/--domain/--preview-enabled,--force,--format,--filter) are all registered today.authpackage doc already reads keychain-first with config fallback.Why
First lump of the #522+ issue cleanup (documentation).
Testing
config: auto-lookup rejects a.tpagectl.toml; explicit--config path.tomlstill loadsdocs: a leaf command with only the injectedhelpsubcommand emits no## Subcommands/.SH COMMANDSgo test -race ./...passes;golangci-lintclean; pre-commit hooks passBreaking Changes
None. Auto-lookup no longer accepts undocumented config extensions (matches the documented
.yaml/.jsonbehavior).Closes #539
Closes #540
Closes #609