@agility/cli
Version:
Agility CLI for working with your content. (Public Beta)
13 lines (12 loc) • 606 B
TypeScript
/**
* Central exports for all service classes and functions
* Enables clean single-line imports: import { Auth, Pull, Sync, ... } from './lib/services'
*/
export { Auth } from './auth';
export { state, setState, resetState, primeFromEnv, getState, getUIMode, configureSSL } from './state';
export { systemArgs, type SystemArgsType } from './system-args';
export { PublishService, type PublishResult, type PublishOptions } from './publish';
export { content } from './content';
export { assets } from './assets';
export { fileOperations } from './fileOperations';
export { getApiClient } from './state';