Searched refs:cdPath (Results 1 – 2 of 2) sorted by relevance
66 const cdPath = getChangeDirectoryPath(projectRoot); constant68 Template.logProjectReady({ cdPath, packageManager });70 logNodeInstallWarning(cdPath, packageManager, needsPodsInstalled && !podsInstalled);181 const cdPath = path.relative(process.cwd(), projectRoot); constant182 if (cdPath.length <= projectRoot.length) {183 return cdPath;215 cdPath: string,220 console.log(` cd ${cdPath || '.'}${path.sep}`);
155 cdPath,158 cdPath: string;165 if (cdPath) {170 console.log(`- ${chalk.bold('cd ' + cdPath)}`);