feat: basic push-status command implementation and extended push command (#1321)

Co-authored-by: IhorKarpiuk <ihor.karpiuk@redocly.com>
Co-authored-by: SmoliyY <yevhen.smoliy@gmail.com>
This commit is contained in:
Roman Sainchuk
2024-01-26 14:01:48 +02:00
committed by GitHub
parent 0a65c35fd4
commit f070c3d8d4
51 changed files with 1983 additions and 125 deletions

View File

@@ -10,7 +10,7 @@ import { existsSync, lstatSync, readFileSync } from 'fs';
import type { BuildDocsOptions } from './types';
import { red } from 'colorette';
import { exitWithError } from '../../utils';
import { exitWithError } from '../../utils/miscellaneous';
export function getObjectOrJSON(
openapiOptions: string | Record<string, unknown>,