UNPKG

@contentstack/cli-utilities

Version:

Utilities for contentstack projects

8 lines (7 loc) 256 B
/** * Get the session-based log path for date-organized logging * Structure: {basePath}/{YYYY-MM-DD}/{command}-{YYYYMMDD-HHMMSS}-{sessionId}/ * * @returns The session-specific log directory path */ export declare function getSessionLogPath(): string;