-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
project create
command should not start linked sandbox
#536
Comments
@sigdestad Why not ? There is a reason it behaves this way: Flag It tries to start it without the sandbox provided as well, but complains about it missing in the last line:
|
The question is not in how "-f" flag works. It's about that CLI should suggest to start a sandbox only if sandbox was created as a part of the command execution. If a project is linked to an existing sandbox (as with |
Hmm, I thought the reason it asked was you just created a project and wanted to deploy it ? |
Ok, I think I got it -- we only want to ask about starting sandbox after creating sandbox and nothing else ? |
Correct |
project create
command should not start linked sandbox
Running the following command:
enonic create my.first.r4xp -r starter-react4xp -s r4xptutorial -f
will automatically start the linked sandbox, but it should not.FYI:
Commands like
enonic (project) create -r starter-react4xp -f
works fine, as these say you have to specify sandboxRunning
enonic (project) create
also works fine, as it will ask for every step (including creating and starting sandbox)The text was updated successfully, but these errors were encountered: