-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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(scoop-info): Revamp details and show more information #4747
Conversation
|
The intention for verbose flag was to actually hide local filepaths (which caused a lot of clutter in the info and were also unsafe in case you want to share it online).
|
Okay, I prefer using I'm working on using SQLite to cache information of manifests, apps and shims, maybe that will speed up |
|
Hmm, make sense. Use |
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
…aller#4747) * feat(scoop-info): Introduce `verbose` flag * feat(scoop-info): Allow passing local manifest paths * feat(scoop-info): Show bucket and shortcuts * feat(scoop-info): Show dependencies and suggestions * feat(scoop-info): Show 'Updated at' and 'Updated by' * changelog * optimize git call * restore clicky-ness of homepage * simplify joining * use getopt * Update libexec/scoop-info.ps1 Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com> Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
Description
MASSIVE new changes in scoop-info!!!
Show a lot more information, and hide sensitive details behind the 'verbose' flag.
Check the commit messages for more details.
Motivation and Context
Closes #4448
How Has This Been Tested?
Checklist: