Lines Matching refs:get
45 'get [<key>]',
60 return ['enable-2fa', 'disable-2fa', 'get', 'set']
70 case 'get':
98 case 'get':
99 return this.get(opts)
107 async get (args) {
110 npmProfile.get({ ...this.npm.flatOptions })
117 if (this.npm.config.get('json')) {
152 if (this.npm.config.get('parseable')) {
212 const user = await pulseTillDone.withPromise(npmProfile.get(conf))
223 if (this.npm.config.get('json')) {
225 } else if (this.npm.config.get('parseable')) {
250 if (this.npm.config.get('json') || this.npm.config.get('parseable')) {
253 (this.npm.config.get('json') ? 'JSON' : 'parseable') + ' output mode is not available'
265 const creds = this.npm.config.getCredentialsByURI(this.npm.config.get('registry'))
280 `${this.npm.config.get('registry')} in order to enable 2fa`
292 `Your registry ${this.npm.config.get('registry')} does not seem to ` +
299 this.npm.config.get('registry'),
311 npmProfile.get({ ...this.npm.flatOptions })
348 const secret = otpauth.searchParams.get('secret')
378 const info = await pulseTillDone.withPromise(npmProfile.get(conf))
398 if (this.npm.config.get('json')) {
400 } else if (this.npm.config.get('parseable')) {