This commit is contained in:
parent
0a0c88f25d
commit
7fa2e67a89
10
README.md
10
README.md
@ -89,7 +89,7 @@ Remove a project by its name
|
|||||||
schema:
|
schema:
|
||||||
- name: coin
|
- name: coin
|
||||||
path: cmd/coin // project path
|
path: cmd/coin // project path
|
||||||
env: // env variables available at startup
|
env: // env variables for run
|
||||||
test: test
|
test: test
|
||||||
myvar: value
|
myvar: value
|
||||||
commands: // go commands supported
|
commands: // go commands supported
|
||||||
@ -130,12 +130,20 @@ Remove a project by its name
|
|||||||
command: echo before global
|
command: echo before global
|
||||||
global: true
|
global: true
|
||||||
output: true
|
output: true
|
||||||
|
env: // env variables per script
|
||||||
|
test: test
|
||||||
|
myvar: value
|
||||||
- type: before
|
- type: before
|
||||||
command: echo before change
|
command: echo before change
|
||||||
output: true
|
output: true
|
||||||
|
env: // env variables per script
|
||||||
|
test: othertest
|
||||||
|
myvar: othervalue
|
||||||
- type: after
|
- type: after
|
||||||
command: echo after change
|
command: echo after change
|
||||||
output: true
|
output: true
|
||||||
|
env: // env variables per script
|
||||||
|
key: 1
|
||||||
- type: after
|
- type: after
|
||||||
command: echo after global
|
command: echo after global
|
||||||
global: true
|
global: true
|
||||||
|
Loading…
Reference in New Issue
Block a user