Uploading a Package
Saving a package manifest locally
import quilt3
p = quilt3.Package()
top_hash = p.build("username/packagename")Authenticating to a remote registry
import quilt3
# only need to run this once
quilt3.config('https://your-catalog-homepage/')
# follow the instructions to finish login
quilt3.login()Pushing a package to a remote registry
Saving a package on a remote registry
Delete a package from a registry
Last updated
Was this helpful?

