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: {
|
#DAG: {
|
||||||
// Receive inputs from the client
|
// Receive inputs from the client
|
||||||
input: {
|
input: {
|
||||||
|
// Receive directories
|
||||||
directories: [name=string]: _#inputDirectory
|
directories: [name=string]: _#inputDirectory
|
||||||
|
// Securely receive secrets
|
||||||
secrets: [name=string]: _#inputSecret
|
secrets: [name=string]: _#inputSecret
|
||||||
|
// Receive runtime parameters
|
||||||
|
params: [name=string]: _
|
||||||
}
|
}
|
||||||
|
|
||||||
// Send outputs to the client
|
// Send outputs to the client
|
||||||
|
Reference in New Issue
Block a user