Lines Matching refs:user
29 'add <user> <package-spec>',
30 'rm <user> <package-spec>',
142 async changeOwners (user, pkg, addOrRm) {
143 if (!user) {
148 log.verbose(`owner ${addOrRm}`, '%s to %s', user, pkg)
151 const uri = `/-/user/org.couchdb.user:${encodeURIComponent(user)}`
157 log.error('owner mutate', `Error getting user data for ${user}`)
161 // normalize user data
218 this.npm.output(`+ ${user} (${spec.name})`)
220 this.npm.output(`- ${user} (${spec.name})`)