UNPKG

bit-bin

Version:

<a href="https://opensource.org/licenses/Apache-2.0"><img alt="apache" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a> <a href="https://github.com/teambit/bit/blob/master/CONTRIBUTING.md"><img alt="prs" src="https://img.shields.io/b

33 lines (27 loc) 710 B
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; function _identityFile() { const data = _interopRequireDefault(require("../../utils/ssh/identity-file")); _identityFile = function () { return data; }; return data; } /** * // TODO: FIX if this function is used. identityFile() is now async. * schema for passphrase prompt on SSH. */ var _default = { properties: { passphrase: { hidden: true, required: true, description: `enter passphrase for key '${(0, _identityFile().default)()}'` } } }; exports.default = _default;