Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intellisense for consuming step outputs #10

Open
itowlson opened this issue Apr 2, 2019 · 1 comment
Open

Intellisense for consuming step outputs #10

itowlson opened this issue Apr 2, 2019 · 1 comment
Assignees

Comments

@itowlson
Copy link
Collaborator

itowlson commented Apr 2, 2019

When a prior step has an output, that output should be available as an completion item for values in subsequent steps (bundle.output.<stepname>.<outputname> I think).

@itowlson itowlson self-assigned this Apr 2, 2019
@itowlson itowlson changed the title Intellisense for consuming step inputs Intellisense for consuming step outputs Apr 2, 2019
@carolynvs
Copy link
Member

Steps don't have unique names, just descriptions, but outputs do have unique names per bundle. So we can do bundle.output.outputname.

So it would look something like this (abbreviated for clarity):

install:
- helm:
     outputs:
     - name: output1
- exec:
     command: echo
     args:
     - "source: bundle.outputs.output1"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants