@alicloud/ros-cdk-cxapi
Version:
Aliyun SDK Copyright (C) Alibaba Cloud Computing All rights reserved. http://www.aliyun.com
19 lines (18 loc) • 558 B
TypeScript
export declare const OUTDIR_ENV = "CDK_OUTDIR";
export declare const CONTEXT_ENV = "CDK_CONTEXT_JSON";
/**
* Version of Cloud Assembly expected by CDK CLI.
*
* CLI started emitting this at 1.10.1
*/
export declare const CLI_ASM_VERSION_ENV = "CDK_CLI_ASM_VERSION";
/**
* Version of the CLI currently running.
*
* CLI started emitting this at 1.10.1
*/
export declare const CLI_VERSION_ENV = "CDK_CLI_VERSION";
/**
* If a context value is an object with this key, it indicates an error
*/
export declare const PROVIDER_ERROR_KEY = "$providerError";