spacectl icon indicating copy to clipboard operation
spacectl copied to clipboard

Find Stack given Run ID

Open Nuru opened this issue 1 year ago • 1 comments

In many places, particularly logging output captured by Datadog, I have access to a Run ID, but not the stack name. In general (maybe in all cases), spacectl and the web UI can do nothing with a Run ID unless you also supply the stack ID/slug.

Please add a way to get the Stack ID associated with a Run ID.

Nuru avatar May 21 '24 19:05 Nuru

While in theory this is possible, it's not as simple as just adding it to spacectl because backend doesn't provide a way to resolve a run (and to which stack it belongs) by just providing a run ID. To complete this, we would first need to extend backend.

tomasmik avatar May 24 '24 06:05 tomasmik