UNPKG

@cloud-cli/cli

Version:

CLI for the Cloud CLI project

9 lines (8 loc) 478 B
import { Settings } from './configuration.js'; export { init, events, logInfo, logError } from './constants.js'; export { getConfig } from './configuration.js'; export { getStorage } from './storage.js'; export { readJson, writeJson } from './utils.js'; export type { ServerParams } from './http-server.js'; export type { WithAdditionalOptions } from './types.js'; export declare function run(command: string, args?: Record<string, any>, settings?: Settings): Promise<unknown>;