Skip to content
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

feat(all): create Alloy project optimization #13641

Merged
merged 1 commit into from
Nov 13, 2022
Merged

Conversation

m1ga
Copy link
Contributor

@m1ga m1ga commented Nov 11, 2022

I know the template create will be changed but for now you always have to run two commands to create an Alloy app:
ti create
and then
alloy new

This PR will add a --alloy parameter to ti create so you can run ti create --alloy and it will run alloy new for the new folder at the end

Test:

ti create -t app -f -d . -n test -p all --id test -u .  --alloy

will create a project "test" that will be an Alloy project right away.

Todo:
still need to find the place again where I can put it in the --help 😄 I did it once but forgot where it was

@hansemannn hansemannn merged commit e18c213 into master Nov 13, 2022
@m1ga m1ga deleted the 221111_create_alloy branch December 10, 2022 17:47
@m1ga m1ga mentioned this pull request Jan 8, 2024
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants