CL-2062 | +Harshi | Fix skip environment variables option with --vari…#68
Merged
SakshiKoli-CS merged 9 commits intodevelopmentfrom Nov 4, 2025
Merged
CL-2062 | +Harshi | Fix skip environment variables option with --vari…#68SakshiKoli-CS merged 9 commits intodevelopmentfrom
SakshiKoli-CS merged 9 commits intodevelopmentfrom
Conversation
fix: exclude .git folder when generating the zip file for deploying File Upload projects
chore: upgrade package version cli-utilities
Exclude .git folder when generating the zip file for deploying File Upload projects and Upgrade cli-utilites package version
Add Nuxt farmework preset option
chore: update version in package.json file
Add Nuxt and Remix framework preset options
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a type handling issue in the environment variable import flow where variableType could be either a string or array depending on the input source.
- Changed
variablePreparationTypeto handle both string and array types - Added type guard to normalize string input to array format
- Added test coverage for string-type command line flag input
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/adapters/base-class.ts | Added type annotation and type guard to convert string variableType to array format for consistent processing |
| src/adapters/base-class.test.ts | Added tests to verify string-type variableType from command line flags is handled correctly |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
tejas-contentstack
previously approved these changes
Oct 31, 2025
d5676bd to
5a10cea
Compare
Chhavi-Mandowara
previously approved these changes
Nov 3, 2025
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
anonyda
previously approved these changes
Nov 3, 2025
naeem-shakh-cs
previously approved these changes
Nov 3, 2025
The base branch was changed.
tejas-contentstack
approved these changes
Nov 3, 2025
ddcdb87 to
c89d9ef
Compare
Chhavi-Mandowara
approved these changes
Nov 4, 2025
AryanBansal-launch
approved these changes
Nov 4, 2025
c89d9ef to
ce89e3f
Compare
anujachordiya-contentstack
approved these changes
Nov 4, 2025
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.
…able-type flag