Home
last modified time | relevance | path

Searched refs:runExpoCliAsync (Results 1 – 4 of 4) sorted by relevance

/expo/tools/src/
H A DExpoCLI.ts11 export async function runExpoCliAsync( function
H A DEASUpdate.ts35 await ExpoCLI.runExpoCliAsync('login', ['-u', username, '-p', password]);
/expo/tools/src/commands/
H A DGenerateBareApp.ts7 import { runExpoCliAsync, runCreateExpoAppAsync } from '../ExpoCLI';
269 await runExpoCliAsync('prebuild', ['--no-install', '--template', tarFilePath], {
274 return await runExpoCliAsync('prebuild', ['--no-install'], { cwd: projectDir });
H A DPublishDevExpoHomeCommand.ts175 await ExpoCLI.runExpoCliAsync('logout', [], {