import { runCliCommand } from './runCliCommand'; import { runCiBackend } from './ciBackend'; runCliCommand(runCiBackend);