grex-core 1.3.1

Core library for grex, the nested meta-repo manager: manifest, lockfile, scheduler, pack model, plugin traits.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
schema_version: "1"
name: nested-guard
type: declarative

actions:
  - require:
      all_of:
        - any_of:
            - cmd_available: git
            - none_of:
                - os: linux
        - os: windows
      on_fail: warn