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

Feat: Add option for development and test enviroment #851

Closed
2 of 6 tasks
oshirohugo opened this issue Apr 3, 2024 · 0 comments · Fixed by #857
Closed
2 of 6 tasks

Feat: Add option for development and test enviroment #851

oshirohugo opened this issue Apr 3, 2024 · 0 comments · Fixed by #857
Assignees
Labels
enhancement New feature or request

Comments

@oshirohugo
Copy link
Contributor

Which areas does this feature request relate to

  • Create Plugin
  • Sign Plugin
  • Plugin E2E
  • Documentation

Problem

Currently the docker environment created by create-plugin is a development environment: the plugin is build as a debug binary and delve is attached to the plugin process. While this is good for the development process, it is far from the plugin final version, therefore we need a way to provide an environment closer to how the plugin will run in production.

Solution

Modify the docker environment to allow the user to select between test and development environment.

Alternatives

No response

Additional context

No response

Are you interested in contributing the solution?

  • Yes
  • No
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
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant