-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
New command: info #86
Comments
Additional to the original intent, I think this tool would be useful without querying any remote registry, just presenting information about locally available shards. Both are viable use cases. Currently, we can query the installed shards using The CLI interface could look like this: The first argument can be the name of a shard, a URL or omitted. A name is resolved against the dependencies defined in local The second argument specifies the version and can be omitted. By default it resolves to the installed version for locally installed shards or latest for remote. Following arguments specify which properties to show. An optional |
@ysbaddaden and @straight-shoota do you guys think it's possible to add charge licenses as well? |
@MatheusRich What do you mean with "charge license"? |
Whoops, that was a mistake, my bad. I meant "shard licenses" |
I'm sorry, but this still doesn't clarify, what you mean. Where and how do you want to add what kind of license? |
I'm asking if the command info could include the shard license, like MIT, GPL, etc. I think that would be nice and useful. |
Yes, of course. The license is already mentioned as an example in #86 (comment) |
The info command asks the registry for informations about a package (repository url, last version, etc).
The text was updated successfully, but these errors were encountered: