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

Improve documentation on Plugin Outputs #670

Closed
benstov opened this issue Mar 26, 2019 · 1 comment
Closed

Improve documentation on Plugin Outputs #670

benstov opened this issue Mar 26, 2019 · 1 comment
Labels

Comments

@benstov
Copy link
Contributor

benstov commented Mar 26, 2019

I have just noticed this in the documentation, I don't get exactly how the FUNCTION_ENDPOINT supposed to get its value.

module:
  description: Hello world container service
  type: container
  name: hello-container
  services:
    ...
      dependencies:
        - hello-function
      env:
        FUNCTION_ENDPOINT: ${modules.hello-function.outputs.endpoint}
@edvald
Copy link
Collaborator

edvald commented Mar 27, 2019

Agreed. The plan is to explicitly define the schema for outputs at the plugin level, so that those docs can be generated automatically.

@edvald edvald added the docs label Mar 27, 2019
@edvald edvald closed this as completed in 5f656ac Jun 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants