feat(scoop-info): Revamp details and show more information#4747
Merged
rashil2000 merged 11 commits intodevelopfrom Feb 25, 2022
Merged
feat(scoop-info): Revamp details and show more information#4747rashil2000 merged 11 commits intodevelopfrom
rashil2000 merged 11 commits intodevelopfrom
Conversation
HUMORCE
reviewed
Feb 19, 2022
HUMORCE
reviewed
Feb 19, 2022
niheaven
reviewed
Feb 21, 2022
3 tasks
Member
|
Member
Author
|
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).
|
Member
|
Okay, I prefer using I'm working on using SQLite to cache information of manifests, apps and shims, maybe that will speed up |
Member
Author
|
|
Member
|
Hmm, make sense. Use |
niheaven
reviewed
Feb 25, 2022
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
niheaven
approved these changes
Feb 25, 2022
se35710
pushed a commit
to se35710/scoop
that referenced
this pull request
Mar 8, 2022
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: