-
Notifications
You must be signed in to change notification settings - Fork 3
Expose --field flag on a dedicated trace subcommand #55
Copy link
Copy link
Open
Labels
cliRelated to CLI flags, commands, or UX in the terminalRelated to CLI flags, commands, or UX in the terminalenhancementNew feature or requestNew feature or requestpriority: highsize: mediumModerate complexity requiring some design decisions or coordinationModerate complexity requiring some design decisions or coordinationuxAffects how output looks or feels to the userAffects how output looks or feels to the user
Metadata
Metadata
Assignees
Labels
cliRelated to CLI flags, commands, or UX in the terminalRelated to CLI flags, commands, or UX in the terminalenhancementNew feature or requestNew feature or requestpriority: highsize: mediumModerate complexity requiring some design decisions or coordinationModerate complexity requiring some design decisions or coordinationuxAffects how output looks or feels to the userAffects how output looks or feels to the user
Right now field ownership tracing is a flag on
get. Conceptually it is a different operation - not just fetching, but deeply analysing a specific value. Avismo trace deploy/api --field spec.replicas -n productioncommand would make the intent clearer and leavegetas a simpler fetch-and-display command. Both could coexist.