@cto.ai/ops
Version:
💻 CTO.ai Ops - The CLI built for Teams 🚀
19 lines (18 loc) • 854 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 { onExit } from './onExit';
export { getOpImageTag, getOpUrl, PUBLIC_OPS_PREFIX } from './getOpUrl';
export { handleMandatory, handleUndefined } from './guards';
export { terminalText } from './terminalText';
export { titleCase, pluralize, appendSuffix } from './stringUtils';
export { writeConfig, readConfig, clearConfig, formatConfigObject, } from './config';
export * from './ports';