You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avery had the great idea of adding a command to list out the variants available to a graph. Right now, if a user runs a command with an invalid variant name, we just point them to studio. It'd be nice if we had the ability to ask them to run something like rover variant list graph-name to get a list of variants.
If we can't find a better place to put this command other than a new top-level namespace, we could also expand the variant commands to include things like variant delete, but that's for another issue :)
The text was updated successfully, but these errors were encountered:
Avery had the great idea of adding a command to list out the variants available to a graph. Right now, if a user runs a command with an invalid variant name, we just point them to studio. It'd be nice if we had the ability to ask them to run something like
rover variant list graph-name
to get a list of variants.If we can't find a better place to put this command other than a new top-level namespace, we could also expand the
variant
commands to include things likevariant delete
, but that's for another issue :)The text was updated successfully, but these errors were encountered: