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

add cli handling #3

Open
regevbr opened this issue Mar 21, 2020 · 5 comments
Open

add cli handling #3

regevbr opened this issue Mar 21, 2020 · 5 comments
Assignees
Labels
feature Add new feature

Comments

@regevbr
Copy link
Contributor

regevbr commented Mar 21, 2020

No description provided.

@regevbr regevbr added the chore Make the code better label Mar 21, 2020
@regevbr regevbr assigned regevbr and unassigned regevbr Mar 21, 2020
@ynahmany ynahmany self-assigned this Mar 21, 2020
@regevbr
Copy link
Contributor Author

regevbr commented Mar 21, 2020

@ynahmany please take #4 under consideration as well when you plan the code design

@regevbr regevbr added feature Add new feature and removed chore Make the code better labels Mar 21, 2020
@regevbr
Copy link
Contributor Author

regevbr commented Mar 21, 2020

We also need to be able to support config files (rc and json) as cli options can be very long

@regevbr
Copy link
Contributor Author

regevbr commented Mar 22, 2020

I think it will also be handy to have a sub command like yarn init that will interactively let you build your config file

@regevbr
Copy link
Contributor Author

regevbr commented Apr 15, 2020

@ynahmany https://github.com/arcanis/clipanion seems like a cool library that is used by yarn

@regevbr
Copy link
Contributor Author

regevbr commented Apr 22, 2020

we need to support pretty much the same flags as https://github.com/tjunnone/npm-check-updates
for example

  • global packages only
  • type of dependencies prod|dev|peer|optional
  • specifying the package json location (if not default to cwd)
  • getting configurations from yml file
  • control concurrency of checks
  • filter to check a list of deps to check and or regex
  • filter to exclude a list of deps to check and or regex
  • interactive mode
  • control log level
  • specify custom npm registry (global and per scope)
  • control if we should use yarn or npm
  • silent mode
  • timeout
  • show version

@stale stale bot added the wontfix This will not be worked on label Jul 8, 2020
@PruvoNet PruvoNet deleted a comment from stale bot Jul 8, 2020
@stale stale bot removed the wontfix This will not be worked on label Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Add new feature
Projects
None yet
Development

No branches or pull requests

2 participants