Lines Matching refs:set
46 'set <key> <value>',
60 return ['enable-2fa', 'disable-2fa', 'get', 'set']
71 case 'set':
100 case 'set':
101 return this.set(opts)
171 async set (args) {
190 throw new Error('npm profile set <prop> <value>')
195 'npm profile set password\n' +
200 throw new Error(`"${prop}" is not a property we can set. ` +
221 const result = await otplease(this.npm, conf, c => npmProfile.set(newUser, c))
318 npmProfile.set({ tfa: { password, mode: 'disable' } }, conf)
330 npmProfile.set(info, conf)
360 const result = await npmProfile.set({ tfa: [interactiveOTP] }, conf)
394 await pulseTillDone.withPromise(npmProfile.set({