-
Notifications
You must be signed in to change notification settings - Fork 21
fix(scripts): prevent incorrect run conditions #731
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
Conversation
✅ Deploy Preview for api-clients-automation canceled.
|
✗ The generated branch has been deleted.If the PR has been merged, you can check the generated code on the |
28b800a
to
653ccb0
Compare
3ff8806
to
d960c98
Compare
d960c98
to
1ebfdb4
Compare
1ebfdb4
to
37eb338
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very clean, nice refacto :)
.filter(Boolean); | ||
} | ||
|
||
export async function prompt({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if anyone will ever use this feature ahah, I did it for fun but it should not become a pain to maintain
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I sometimes do when I'm lazy to type things D:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean all all
ahah.
At this point maybe you could rename PROMPT_ALL
to ALL
oopsie 06fb7c0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perfect !
🧭 What and Why
🎟 JIRA Ticket: -
Changes included:
There was some combination that we could execute in our CLI that were not possible (
java
algoliasearch
,php
lite
, etc.) due to the special JavaScript cases.We now restrict those usage to avoid unwanted behaviors.
Other changes in this PR
flags
andarguments
usage to avoid duplicate informations at command levelindex.ts.
to acli
folder to ease folder structure🧪 Test