@cto.ai/ops-rc
Version:
💻 CTO.ai Ops - The CLI built for Teams 🚀
19 lines (18 loc) • 821 B
TypeScript
/**
* @author: JP Lew (jp@cto.ai)
* @date: Thursday, 16th May 2019 10:22:25 am
* @lastModifiedBy: JP Lew (jp@cto.ai)
* @lastModifiedTime: Friday, 13th September 2019 1:13:17 pm
* @copyright (c) 2019 CTO.ai
*/
export { getLatestVersion } from './get-latest-version';
export { parseYaml } from './yamlParser';
export { asyncPipe, _trace } from './asyncPipe';
export { validateEmail, validChars, validCharsTeamName, validVersionChars, } from './validate';
export { getOpImageTag, getOpUrl, PUBLIC_OPS_PREFIX } from './getOpUrl';
export { splitNameAndVersion } from './opName';
export { terminalText } from './terminalText';
export { pluralize } from './stringUtils';
export { writeConfig, readConfig, clearConfig, formatConfigObject, } from './config';
export * from './ports';
export declare const KEY_REGEX: RegExp;