Home
last modified time | relevance | path

Searched refs:certificateInput (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
19 const certificateInputDir = path.resolve(projectRoot, certificateInput);
H A DconfigureCodeSigning.ts42 const certificateInput = requireArg(args, '--certificate-input-directory'); constant
47 certificateInput,
/expo/packages/expo-updates/cli/__tests__/
H A Dconfigure-test.ts65 certificateInput: 'certificates',
112 certificateInput: 'certificates',