-
Notifications
You must be signed in to change notification settings - Fork 5.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: suggest deno install --entrypoint
instead of deno cache
#25228
Conversation
Note: We probably should point to the planned |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waiting on deno install -e
support before landing this one, which @nathanwhit is working on.
I don't really understand why Also, why do you think it's a great idea to overload I do agree that it's useful to have a single command that both adds and caches a module, but if you break everybody's workflow anyway, why not end up with less ambiguity? |
Yeah, I don't get this change at all. The new way is both less ergonomic and less descriptive. |
FYI we are still discussing this internally if we should proceed. We are hearing your feedback. |
The decision has been made to keep |
Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com>
deno cache
deno install --entrypoint
instead of deno cache
Glad to hear that. Still don't get what |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Is
and sometimes it does various of these things at once. Is that correct? The docs currently only mention the second thing. |
Yes
Correct
Yes, when you use
Pretty much, which is the same as the first point, but instead of relying on
Not really, it's one of the three modes depending if you run
We are currently updating the docs |
As a mental model, you can think of So |
That clears up my question, thank you. |
Hides
deno cache
from--help
output.