Uploading a Package
Saving a package manifest locally
import quilt3
p = quilt3.Package()
top_hash = p.build("aneesh/test_data")Authenticating to a remote registry
# only need to run this once
# ie quilt3.config('https://your-catalog-homepage/')
quilt3.config('https://open.quiltdata.com/')
# 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?

