UNPKG

@ace-sdk/cli

Version:

ACE CLI - Command-line tool for intelligent pattern learning and playbook management

14 lines 317 B
/** * Usage history command - time-windowed API usage analytics * * @package @ace-sdk/cli * @since v2.10.0 */ /** * Show usage history with time-windowed buckets */ export declare function usageCommand(options: { window?: string; project?: string; }): Promise<void>; //# sourceMappingURL=usage.d.ts.map