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

[cli] Add short version of --no-interactive flag like -y #1446

Open
1 of 4 tasks
rakleed opened this issue Jan 12, 2025 · 0 comments
Open
1 of 4 tasks

[cli] Add short version of --no-interactive flag like -y #1446

rakleed opened this issue Jan 12, 2025 · 0 comments
Labels

Comments

@rakleed
Copy link

rakleed commented Jan 12, 2025

Issue Description

Select one of:

  • Generated codemod is not correct
  • Bug in Codemod Studio
  • UI/UX improvement request
  • Feature request

I want to run codemod in non-interactive mode quickly.

Steps to Reproduce

  1. Make changes in your code but don't commit them
  2. Run any codemod

Actual Results

I have to type a long --no-interactive flag at the end of the command or interactively write y and press Enter. This is more annoying when you need to run several codemods, but after each one, you want to check the result.

Expected Results

I could pass -y flag as an alias of --no-interactive.

Technical details

https://docs.codemod.com/deploying-codemods/cli#param-no-interactive

@rakleed rakleed changed the title Add short version of --no-interactive flag like -y [cli] Add short version of --no-interactive flag like -y Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant