UNPKG

@agility/cli

Version:

Agility CLI for working with your content. (Public Beta)

11 lines (10 loc) 460 B
/** * Publisher Functions - Simple SDK Mirroring * * This module provides simple publisher functions that mirror the SDK patterns exactly. * These functions are lightweight wrappers around the Management SDK publishing methods. */ export { publishContentItem } from './content-item-publisher'; export { publishPage } from './page-publisher'; export { publishContentList } from './content-list-publisher'; export { publishBatch } from './batch-publisher';