-
Notifications
You must be signed in to change notification settings - Fork 824
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(cli): Add package commands #4287
Conversation
82152ca
to
dcaa2c1
Compare
cc312f1
to
2c9ef76
Compare
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.
Thanks for adding this to the wasmer
CLI. I've been wanting to do it for ages but never got around to it.
I've added some suggestions around coding style so it matches up with the rest of the CLI code.
Adds a new CLI command for working with packages: * package download: download a package from a registry * build: build a package from a wasmer.toml manifest * unpack: extract package contents
2c9ef76
to
ce154e5
Compare
Need to pass an auth token to the package query, otherwise it would fail due to not being able to query the private package.
ce154e5
to
2de48f4
Compare
Fixed in self_cell version 1.02 See https://rustsec.org/advisories/RUSTSEC-2023-0070.html
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 👍
Adds new CLI commands for working with packages: