From 7fa2e67a8922334445edbc7df03ce3e405ee810e Mon Sep 17 00:00:00 2001 From: abs3nt Date: Wed, 8 Mar 2023 15:16:39 -0800 Subject: [PATCH] docs: readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72efdd7..ea9ac0d 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Remove a project by its name schema: - name: coin path: cmd/coin // project path - env: // env variables available at startup + env: // env variables for run test: test myvar: value commands: // go commands supported @@ -130,12 +130,20 @@ Remove a project by its name command: echo before global global: true output: true + env: // env variables per script + test: test + myvar: value - type: before command: echo before change output: true + env: // env variables per script + test: othertest + myvar: othervalue - type: after command: echo after change output: true + env: // env variables per script + key: 1 - type: after command: echo after global global: true