[TIMOB-13814] Add an option to allow creating projects in workspace dir
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2015-11-25T17:06:41.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | CLI |
Labels | n/a |
Reporter | Praveen Innamuri |
Assignee | Chris Barber |
Created | 2013-05-10T00:02:02.000+0000 |
Updated | 2017-03-23T22:36:41.000+0000 |
Description
When a project is created using ti create --workspace-dir "/path/to/workspace", it creates the project files under /path/to/workspace/project.
However, if the user want to create the project under a custom location (/path/to/myProject), then CLI still creates project files under /path/to/myProject/projectName.
Add an additional option (like --project-dir) in 'create' command to allow the project files to be created under user specified location.
We are not introducing a
\-\-project\-dir
option toti create
. The correct way to do this is\-\-workspace\-dir
and\-\-name
.Closing ticket as Won't Fix with reference to the above comments.