Home
last modified time | relevance | path

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

/expo/packages/expo-updates/cli/
H A DgenerateCodeSigningAsync.ts16 keyOutput: string;
23 { certificateValidityDurationYears, keyOutput, certificateOutput, certificateCommonName }: Options
28 const keyOutputDir = path.resolve(projectRoot, keyOutput);
63 …configure --certificate-input-directory=${certificateOutput} --key-input-directory=${keyOutput}\`.`
H A DgenerateCodeSigning.ts45 const keyOutput = requireArg(args, '--key-output-directory'); constant
55 keyOutput,
/expo/packages/expo-updates/cli/__tests__/
H A Dgenerate-test.ts32 keyOutput: 'keys',