Uh oh!
There was an error while loading. Please reload this page.
feat(cli): prompt cpa custom options interactively - #176
Merged
Conversation
ulises-jeremiasforce-pushed
the
feat/issue-163-extension-multiselect
branch
from
July 16, 2026 16:28
eff3f7e to
a6e8410Compareulises-jeremiasforce-pushed
the
feat/issue-164-custom-options-prompts
branch
from
July 16, 2026 16:28
3768af2 to
11b3b7dCompare3 tasks
ulises-jeremiasforce-pushed
the
feat/issue-163-extension-multiselect
branch
from
July 16, 2026 16:37
a6e8410 to
d52729dCompareulises-jeremiasforce-pushed
the
feat/issue-164-custom-options-prompts
branch
from
July 16, 2026 16:37
11b3b7d to
8ea6297CompareCo-authored-by: Cursor <cursoragent@cursor.com>
ulises-jeremiasforce-pushed
the
feat/issue-164-custom-options-prompts
branch
from
July 16, 2026 16:44
8ea6297 to
cbdc138Compareulises-jeremias
changed the base branch from
feat/issue-163-extension-multiselect
to
mainJuly 16, 2026 16:44
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Summary
cpa.config.jsonfrom the resolved template before scaffold in interactive modecustomOptionsand forwards answers throughoptions["set"]--setas the final override and skips prompting keys supplied by--setcustomOptionswhen the template config has noneCloses#164
CNA reference
packages/create-awesome-node-app/src/options.tscustomOptions flowTest plan
uv run ruff check packages/create-awesome-python-app/src/create_awesome_python_app/cli.py packages/create-awesome-python-app/tests/test_interactive.pyuv run pytest packages/create-awesome-python-app/tests/test_interactive.py -quv run pyright packages/create-awesome-python-app/src/create_awesome_python_app/cli.pyReview notes
This PR is stacked on #175. It intentionally only passes values to the scaffold context; actual template Jinja usage is tracked in cpa-templates #32.
Made with Cursor