You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd add new spago registry transfer and spago unpublish commands to execute these operations, and we'll need to implement the SSH auth bits that power these interactions. It will also require implementing the owner key in the config (see purescript/registry-dev#594).
We'll need to use the ssh2 package to implement all this - we already depend on it in fact, and it's included in the bundle already, so that part is done at least.
The text was updated successfully, but these errors were encountered:
Spago should be able to deal with package transfers, and unpublishing package versions.
This requires us to implement the authentication mechanism described in the registry spec
We'd add new
spago registry transfer
andspago unpublish
commands to execute these operations, and we'll need to implement the SSH auth bits that power these interactions. It will also require implementing theowner
key in the config (see purescript/registry-dev#594).We'll need to use the
ssh2
package to implement all this - we already depend on it in fact, and it's included in the bundle already, so that part is done at least.The text was updated successfully, but these errors were encountered: