Skip to content
Discussion options

You must be logged in to vote

Have you tried a condition with a failwhen setting?
Something like

name: "test"
conditions:
  failed:
    name: Failed
    kind: json
    failwhen: true
    spec:
      file: "/tmp/data.json"
      engine: "dasel/v2"
      key: .age
      value: "13"

Then set failwhen to false or true depending on the situation
As mentionned on https://www.updatecli.io/docs/core/condition/
The failwhen allows to revert the expected condition result

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ringods
Comment options

Answer selected by olblak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants