aws-cdk
Version:
CDK Toolkit, the command line tool for CDK apps
12 lines (11 loc) • 503 B
TypeScript
/**
* This file exists to expose and centralize some features that the files in this module expect from the surrounding
* CLI.
*
* The calls will be forwarded to whatever logging system is the "official" logging system for this CLI.
*
* Centralizing in this way makes it easy to copy/paste this directory out and have a single place to
* break dependencies and replace these functions.
*/
export { debug, warning, trace } from '../../logging';
export declare function accountCacheDir(): string;