Skip to content

Conversation

jryannel
Copy link
Contributor

@jryannel jryannel commented Feb 6, 2023

Support to add meta information to the cmd line and the solution. The meta support can be a valid YAML content or can be an external file. In case of an external file all keys under a symbol object shall be valid symbols and injected into the looked up symbols from the parsed system.

symbols:
  demo.Calc:
    - go.module: "github.com/demo/calc"

This will add the go.module meta key to the interface demo.Calc

We want to push meta information from a solution doc into the template. This will be available on the system (`$.System.Meta`). The meta information on the doc layer will be merged with the meta from the layer element.
Additional the cli shall later be able to add meta on the cmd line. (`--meta`)
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

Successfully merging this pull request may close these issues.

1 participant