Replies: 1 comment 4 replies
-
To confirm, we should make the following change:
@lann and @lukewagner is that in line with your thinking? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One important bit of global config (ref #3) is a user's global default (aka "home") registry.
There is support for this in other ecosystem tools like
cargo
,npm
, andpip
, though the global default typically has a ecosystem-standard value (crates.io
,npm.io
,pypi.org
) and (in my experience) is rarely changed outside of certain corporate environments, while we have been aiming for a more decentralized ecosystem of federated registries.My UX suggestions:
bytecodealliance.org
wasm-pkg config --default-registry=example.com
warg login
- it could interactively suggest setting the default, something like:warg login --registry ...
behavior which unconditionally sets the global default. This current behavior seems too surprising as the command arguments do not imply any sort of global config update apart from credentials.Beta Was this translation helpful? Give feedback.
All reactions