Home
last modified time | relevance | path

Searched refs:keyInput (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-updates/cli/
H A DconfigureCodeSigningAsync.ts13 type Options = { certificateInput: string; keyInput: string; keyid: string | undefined };
17 { certificateInput, keyInput, keyid }: Options
20 const keyInputDir = path.resolve(projectRoot, keyInput);
H A DconfigureCodeSigning.ts43 const keyInput = requireArg(args, '--key-input-directory'); constant
48 keyInput,
/expo/packages/expo-updates/cli/__tests__/
H A Dconfigure-test.ts66 keyInput: 'keys',
113 keyInput: 'keys',