apollographql / rover

The CLI for Apollo GraphOS
https://rover.apollo.dev
Other
408 stars 85 forks source link

fetch all the variants of a graph #1133

Open ThomasJamesCrawford opened 2 years ago

ThomasJamesCrawford commented 2 years ago

Description

We create a new variant of our graph for each unique ephemeral environment we spin up.

We want to be able to cleanup these variants when they're no longer required.

We can delete the variant if we know the exact name, but if we lose track of the possible variants there's no way to list them all out to find ones we no longer need.

Just something like this would be really helpful rover supergraph list <graphname>

output

variant-1
variant-2
variant-3
gnsallman commented 8 months ago

+1 on this

jaska120 commented 3 weeks ago

It would be great to see this added as well as rover graph list <graphname>. We also create a new variant for each unique ephemeral environment we spin up.