Searched refs:runExpoCliAsync (Results 1 – 4 of 4) sorted by relevance
| /expo/tools/src/ |
| H A D | ExpoCLI.ts | 11 export async function runExpoCliAsync( function
|
| H A D | EASUpdate.ts | 35 await ExpoCLI.runExpoCliAsync('login', ['-u', username, '-p', password]);
|
| /expo/tools/src/commands/ |
| H A D | GenerateBareApp.ts | 7 import { runExpoCliAsync, runCreateExpoAppAsync } from '../ExpoCLI'; 269 await runExpoCliAsync('prebuild', ['--no-install', '--template', tarFilePath], { 274 return await runExpoCliAsync('prebuild', ['--no-install'], { cwd: projectDir });
|
| H A D | PublishDevExpoHomeCommand.ts | 175 await ExpoCLI.runExpoCliAsync('logout', [], {
|