Teams
Quilt Teams offer enhanced security, auditing, and privacy. Only team members can read and write data to and from the team. Teams are controlled by one or more admins who have access to a special web interface where they can audit data usage, add new members, and more.
Technically, a Quilt team is a dedicated, single-tenant registry with a private package namespace. Teams also feature their own web catalog (accessible only to team members), similar to quiltdata.com.
To create your own Quilt team, contact Quilt.
Command line API
Team members have access to the standard command line API with the following differences and additional features.
quilt login
quilt loginAuthenticate to team registry:
quilt login TEAMquilt build|push|install
quilt build|push|installTeam users should prefix package handles with the team namespace:
quilt build|push|install TEAM:USER/PKGquilt push visibility
quilt push visibilityquilt push --teammakes a package visible to everyone on your teamquilt push --publicis currently disabled for team packages
quilt access
quilt accessTo make a package visible to your entire team:
quilt access add TEAM:USER/PKG teamPublic visibility is not yet supported for team packages.
quilt user list
quilt user listList users and associated metadata for your team.
quilt user list TEAMquilt user create
quilt user createAdd a team member.
quilt user create TEAM USERNAME EMAILquilt user disable
quilt user disableDisable a team member.
quilt user disable TEAM USERNAMEquilt user reset-password
quilt user reset-passwordSend a user a reset-password email.
quilt user reset-password TEAM USERNAMEquilt audit
quilt auditAudit events relating to a user or package.
quilt audit USER_OR_PACKAGEImport and use data
from quilt.team.TEAM.USER import PKGLast updated
Was this helpful?

