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
Is there any way to use shyaml get-value to get the value of the "value" key on a node having a "key" matching a specified string? e.g. something like:
Google Cloud outputs yaml like this for meta data:
Is there any way to use shyaml get-value to get the value of the "value" key on a node having a "key" matching a specified string? e.g. something like:
Right now I'm doing:
which seems to work, but I'm wondering if there is a better way without using grep?
The text was updated successfully, but these errors were encountered: