storcon_cli: timeline-safekeeper-migrate and timeline-locate subcommands (#12548)

## Problem
We have a `safekeeper_migrate` handler, but no subcommand in
`storcon_cli`. Same for `/:timeline_id/locate` for identifying current
set of safekeepers.

- Closes: https://github.com/neondatabase/neon/issues/12395

## Summary of changes
- Add `timeline-safekeeper-migrate` and `timeline-locate` subcommands to
`storcon_cli`
This commit is contained in:
Dmitrii Kovalkov
2025-07-11 14:49:37 +04:00
committed by GitHub
parent cec0543b51
commit c34d36d8a2
9 changed files with 73 additions and 15 deletions

1
Cargo.lock generated
View File

@@ -6991,6 +6991,7 @@ dependencies = [
"pageserver_api",
"pageserver_client",
"reqwest",
"safekeeper_api",
"serde_json",
"storage_controller_client",
"tokio",