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
Suppose I have a resource which expresses versions in semver format. Suppose I have a source where those semver numbers come from. I might have 4 versions in the source: 1.0.0, 1.1.0, 1.2.0 and 1.3.0.
I want to have my pipeline act on all 4 versions, so I type:
fly -t example check-resource --from: 'example_version:1.0.0'