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

Allow bun pm pack just to return the generated filename #16990

Open
pierskarsenbarg opened this issue Feb 2, 2025 · 0 comments
Open

Allow bun pm pack just to return the generated filename #16990

pierskarsenbarg opened this issue Feb 2, 2025 · 0 comments
Labels
bun install Something that relates to the npm-compatible client enhancement New feature or request

Comments

@pierskarsenbarg
Copy link

What is the problem this feature would solve?

I'm trying to add bun as a package manager into the Pulumi CLI like we have for pnpm and yarn:

Image

(from https://www.pulumi.com/docs/iac/concepts/projects/project-file/#runtime-options)

Currently if you run npm pack --loglevel=error it will just return the filename of the package file that's been returned.

What is the feature you are proposing to solve the problem?

A way to return just the filename of the pack file that's just been created

What alternatives have you considered?

I've tried adding log level to the bunfig file:

loglevel = "error"

but that didn't have the same effect (I didn't try any of the other log levels)

@pierskarsenbarg pierskarsenbarg added the enhancement New feature or request label Feb 2, 2025
@RiskyMH RiskyMH added the bun install Something that relates to the npm-compatible client label Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bun install Something that relates to the npm-compatible client enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants