mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-07 12:47:49 +00:00
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:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user