Fix wheels env setup command base parameter and update comprehensive …#1743
Merged
zainforbjs merged 4 commits intodevelopfrom Sep 19, 2025
Merged
Fix wheels env setup command base parameter and update comprehensive …#1743zainforbjs merged 4 commits intodevelopfrom
zainforbjs merged 4 commits intodevelopfrom
Conversation
…documentation FIXES: - Fix base parameter not copying .env.[base_env] file contents due to missing path separator - Fix datasourceInfo structure mismatch in setupFromBaseEnvironment function - Fix H2 database (H2 is embedded, no port needed) - Fix parameter syntax mixing issues in all documentation examples ENHANCEMENTS: - Add comprehensive env-setup.md guide with all parameters, examples, and use cases - Update command help text with detailed, color-coded information - Add base environment copying documentation explaining what gets copied/modified - Add database type details (H2, MySQL, PostgreSQL, MSSQL) with proper port handling - Add template explanations (local, docker, vagrant) with generated file examples - Add troubleshooting section with common issues and solutions - Add best practices for environment management and security
- Fixed issues with deps command options handling - Added support for the --dev flag to include development dependencies - Updated output to show dependency information using installPath - Improved clarity and usability of deps command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… documentation
FIXES:
ENHANCEMENTS: