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

Provide more data than just the raw contents of files in the GitRepository generator #14

Open
bigkevmcd opened this issue Jan 26, 2023 · 0 comments

Comments

@bigkevmcd
Copy link
Collaborator

We can expose the filename etc.

This would involve returning something akin to:

[
  {
    "filename": "examples/generation/dev.yaml",
    "data": {
       "this": "is the data from the file"
    }
  }
]
@foot foot added the team/pesto label Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants