implemented --with to fill inputs.params

Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones
2022-01-04 10:23:21 -07:00
parent 8d8ec5c6b0
commit 1d8834b9b1
3 changed files with 21 additions and 6 deletions

View File

@@ -12,10 +12,7 @@ package engine
// Securely receive secrets
secrets: [name=string]: _#inputSecret
// Receive runtime parameters
params: {
@dagger(notimplemented)
[name=string]: _
}
params: [name=string]: _
}
// Send outputs to the client