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

Display env information used by migrate (ts version, path to package.json, tsconfig, eslint, prettier, etc.) #1008

Open
egorio opened this issue Apr 25, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@egorio
Copy link
Contributor

egorio commented Apr 25, 2023

I think we should be more transparent to users by default.
It's good to show which config files rehearsal fix chooses to use for migration... for example, on validate step we can output something like:

✔ Validate project
     Configs files found:
     - package.json      ./path/to/package.json
     - tsconfig.json       ./....
     - ...

@egorio egorio added the enhancement New feature or request label Apr 25, 2023
@egorio egorio changed the title Output config files used (package.json, tsconfig, eslint, prettier, etc.) Display env information used by migrate (ts version, path to package.json, tsconfig, eslint, prettier, etc.) Apr 25, 2023
@lynchbomb
Copy link
Contributor

Bumping this feature. This will be helpful for sure with monorepos on the configs found by rehearsal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants