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
schema_version: "1"
name: exec-shell
type: declarative

actions:
  - exec:
      cmd_shell: "echo hello world"
      shell: true
      cwd: "$HOME"
      env:
        FOO: bar
      on_fail: ignore