tpagectl: deployment subcommand help references unwired flags #563
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#563
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Subcommand help text in
internal/tpagectl/deploymentreferences flags and behaviors that are not yet wired:listsays it "Supports --limit to cap results and --format (table, json, yaml)"getsays it "Requires --site and --version, or --latest"promotesays it "Requires --site and --version"rollbacksays it takes "--site and an optional --to-version" and "Prompts for confirmation unless --force is given"None of these flags are registered on the commands yet. Users invoking them get
flag provided but not defined. Suggested fix: either register placeholder flags now (so--helplists them truthfully) or soften the descriptions until the implementation issues (#200, #204, #209, #214) land.Ref: PR #562