Europa: add dagger.#Plan.input.params
Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
parent
fee1a094fe
commit
bf022b3f1d
@ -8,8 +8,12 @@ package dagger
|
||||
#DAG: {
|
||||
// Receive inputs from the client
|
||||
input: {
|
||||
// Receive directories
|
||||
directories: [name=string]: _#inputDirectory
|
||||
secrets: [name=string]: _#inputSecret
|
||||
// Securely receive secrets
|
||||
secrets: [name=string]: _#inputSecret
|
||||
// Receive runtime parameters
|
||||
params: [name=string]: _
|
||||
}
|
||||
|
||||
// Send outputs to the client
|
||||
|
Reference in New Issue
Block a user