[TIMOB-17588] CLI: Running "ti create -t module --template" does not prompt user for specifying the project template.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 3.4.0 |
Fix Version/s | n/a |
Components | CLI |
Labels | cb-tooling |
Reporter | Khushbu Agrawal |
Assignee | Feon Sua Xin Miao |
Created | 2014-09-02T04:02:08.000+0000 |
Updated | 2020-01-30T08:50:32.000+0000 |
Description
Description:
Running "ti create -t module --template" does not prompts the user to specify the project template to be used and creates the module.Running "ti create -t app --template" also doesn't prompt user for the project template.
The issue is reproducible with CLI 3.3.0.
STEPS TO REPRODUCE
1. Open a terminal window
2. Run 'ti create -t module --template' or Run 'ti create -t app --template"
3. Type in a valid Project name and all prompted values
EXPECTED RESULT
The CLI should notice the missing parameters for template and ask for a valid input from the user.
ACTUAL RESULT
The command does not prompt user for project template and creates module or app project successfully.
No comments