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

wasmer publish does not take registry.url into account #3708

Closed
ayys opened this issue Mar 26, 2023 · 1 comment
Closed

wasmer publish does not take registry.url into account #3708

ayys opened this issue Mar 26, 2023 · 1 comment
Assignees
Labels
📦 lib-cli About wasmer-cli priority-medium Medium priority issue
Milestone

Comments

@ayys
Copy link
Member

ayys commented Mar 26, 2023

Describe the bug

When calling wasmer publish it always defaults to the wapm.io registry, unless a different one is explicitly
defined via the --registry flag.

Steps to reproduce

$ wasmer config set registry.url "https://registry.wapm.dev/graphql"

$ wasmer config get registry.url
https://registry.wapm.dev/graphql

$ wasmer publish # uses the wapm.io registry

Expected behavior

wasmer publish should use the registry specified in wasmer config get registry.url

Actual behavior

It always defaults to wapm.io

Additional context

$ wasmer -vV
wasmer 3.2.0-alpha.1 (45cb9 2023-01-25)
binary: wasmer-cli
commit-hash: 45cb95c1a83124ea98a0a75e9701962c10d7d7f5
commit-date: 2023-01-25
host: aarch64-apple-darwin
compiler: singlepass,cranelift
@Michael-F-Bryan Michael-F-Bryan self-assigned this Mar 28, 2023
@Michael-F-Bryan Michael-F-Bryan added 📦 lib-cli About wasmer-cli priority-medium Medium priority issue labels Mar 28, 2023
@Michael-F-Bryan Michael-F-Bryan modified the milestones: v3.2, v3.3 Mar 28, 2023
@ptitSeb ptitSeb modified the milestones: v3.3, v4.0 Apr 20, 2023
@ptitSeb ptitSeb modified the milestones: v4.0, v4.x May 17, 2023
@Michael-F-Bryan
Copy link
Contributor

I believe this was fixed in #4013.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 lib-cli About wasmer-cli priority-medium Medium priority issue
Projects
None yet
Development

No branches or pull requests

3 participants