teleport/tool
rosstimothy 5dc2841177
Start migrating tctl edit away from force creating resources (#32604)
`tctl edit` was always performing a forceful update in the same way
that `tctl create -f` was. This prevents optimistic from being
enforced during the update step of the edit command and thus nullifies
some of the usefulness of the feature(preventing concurrent updates
to a resource).

Since not all resources support Update operations, some only support
Upsert, and optimistic locking will slowly be added one resource at
at time the new behavior was only implemented for user resources.
The UpdateHandlers will be updated in follow up PRs when the resource
has support for optimistic locking added.
2023-09-27 13:53:49 +00:00
..
common show discovered name in non-verbose request search (#30196) 2023-08-09 18:22:12 +00:00
tbot [Buddy 30860] Added --insecure flag to tbot (#31093) 2023-09-11 08:16:18 +00:00
tctl Start migrating tctl edit away from force creating resources (#32604) 2023-09-27 13:53:49 +00:00
teleport Move lib/utils/prompt to api/utils/prompt (#32334) 2023-09-25 19:31:37 +00:00
tsh Use Proxy gRPC API during log in (#32388) 2023-09-27 11:16:40 +00:00