We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bun pm pack
I'm trying to add bun as a package manager into the Pulumi CLI like we have for pnpm and yarn:
(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.
npm pack --loglevel=error
A way to return just the filename of the pack file that's just been created
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
(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:
but that didn't have the same effect (I didn't try any of the other log levels)
The text was updated successfully, but these errors were encountered: