newo
Version:
NEWO CLI: Professional command-line tool with modular architecture for NEWO AI Agent development. Features account migration, integration management, webhook automation, AKB knowledge base, project attributes, sandbox testing, IDN-based file management, r
7 lines • 321 B
TypeScript
import type { AxiosInstance } from 'axios';
import type { CustomerConfig } from '../types.js';
/**
* Push changed files to NEWO platform
*/
export declare function pushChanged(client: AxiosInstance, customer: CustomerConfig, verbose?: boolean, shouldPublish?: boolean): Promise<void>;
//# sourceMappingURL=push.d.ts.map