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

Built-in flowfile templates #145

Open
jahvon opened this issue Jul 31, 2024 · 0 comments
Open

Built-in flowfile templates #145

jahvon opened this issue Jul 31, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jahvon
Copy link
Owner

jahvon commented Jul 31, 2024

Enhancement Summary

Common flowfile templates should be added to provide an easy executable init experience.

Templates considering:

  • go module (go build, go run with env input, go debug)
  • kube (helm install/kubectl apply, kubectl logs, describe/get, etc)
  • shell (run with env input)
  • ...

Sample usage:

flow template generate -t std:go -w my-ws
flow template generate -t std:kube -w my-ws

Additional context

The built-in templates will need to be under a namespace to avoid conflicts

@jahvon jahvon added the enhancement New feature or request label Jul 31, 2024
@jahvon jahvon self-assigned this Jul 31, 2024
@jahvon jahvon changed the title Build-in templates Built-in templates Jul 31, 2024
@jahvon jahvon changed the title Built-in templates Built-in flowfile templates Jul 31, 2024
@jahvon jahvon removed their assignment Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant