Skip to content

Add outputs to screen #1351

@helderco

Description

@helderco

I find the pre-europa outputs very useful, just wish you could control which outputs to show.

Europa is well positioned for this, maybe something like:

engine.#Plan & {
    actions: {
        build: push: engine.#Push & { ... }
        run: push: engine.#Push & { ... }
    }
    outputs: values: {
        "build image": actions.build.push.result
        "run image": actions.run.push.result
    }
}

Which would output:

Output		Value
build image	registry.example.net/repo:build@sha256:1b2bd4200d734dd3fb819faf21b9352f973f67c55cc8d59addeafc602835461a
run image	registry.example.net/repo:run@sha256:3eaa0b49e5ed5831cfa372cd8f62615012ec87d27401c08f28c7cb1a8bae949f

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions