Commit Graph

7 Commits

Author SHA1 Message Date
ca69dac8f0 Check for webc, bindings, exe generation with --wait flag
when the `--wait` flag is specified, subscribe to the `packageVersionReady`
subscription and wait for webc, bindings, exes to be generated.
2024-01-04 16:34:56 +08:00
375c589f7d Introduce --wait flage to package publish
The wait flag gets propagated to the backend via graphql params. This makes it
so publish package waits for webc generation too pass.
2023-11-24 20:50:02 +05:45
ed7eb674bd feat: The wasmer publish command now tells the registry when a package is private 2023-11-08 16:02:41 +08:00
49fd92b2e5 ayush's reviewed changes 2023-07-07 12:29:11 +01:00
3294714512 login with browser using nonce 2023-07-06 11:41:18 +01:00
d6a94d6086 feat(registry): Add Deploy App Publishing and Token Generation
Adds two new GraphQL mutations for publishing a Deploy app and for
creating a Deploy token for an app version.

Also extends the RegistryClient with functions to execute these
mutations.
2023-02-28 16:42:35 +00:00
04fc85ba33 chore(registry): Format GraphQL files with prettier 2023-02-28 16:42:35 +00:00