We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vedv recipe dev-exec
I need to execute a command always on a clean and ready to use container with all my project files copied inside it.
For testing a software during development.
vedv recipe dev-exec [--no-copy-files] <container> <image_fqn|Vedvfile>
The script below is a real example for this recipe: ct-clean-exec
The text was updated successfully, but these errors were encountered:
yunielrc
No branches or pull requests
🚀 New Feature
What do you want?
I need to execute a command always on a clean and ready to use container with all my project files copied inside it.
Why do you want it?
For testing a software during development.
Acceptance criteria / What expect / Requirements
Proposed Solution / HOW
Design
vedv recipe dev-exec [--no-copy-files] <container> <image_fqn|Vedvfile>
Example
The script below is a real example for this recipe:
ct-clean-exec
The text was updated successfully, but these errors were encountered: