@apistudio/apim-cli
Version:
CLI for API Management Products
25 lines • 2.33 kB
TypeScript
/**
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
*/
export declare const LOCALDIR_PATH = "path of the local directory of the specified project asset. For example, C:\\local_dir";
export declare const DEPLOY_ALL = "deploys all projects existing in the local directory";
export declare const ARCHIVE_PATH = "deploys the specified archive. For example, C:\\dir\\build.zip";
export declare const GATEWAY_ENDPOINT = "endpoint of the API Gateway instance to which the asset has to be deployed";
export declare const GATEWAY_USERNAME = "username of the API Gateway instance to which the asset has to be deployed";
export declare const GATEWAY_CREDENTIAL = "password of the API Gateway instance to which the asset has to be deployed";
export declare const GATEWAY_MCSP_TOKEN = "mcsp token of the API Gateway instance to which the asset has to be deployed";
export declare const OVERWRITE_ASSETS = "overwrites the existing assets on the API Gateway instance where the specified asset is being deployed";
export declare const DEPLOY_DESC = "deploy the projects or the specified archive to API Gateway";
export declare const DEPLOY_ASSETS = "deploys the specified api asset kind. For example, dev:paymentAPI:1.0";
export declare const BUILD_DESC = "builds and archives the specified project assets";
export declare const BUILD_ALL = "builds all projects existing in the local directory";
export declare const BUILD_ASSETS = "builds the specified api asset kind. For example, dev:paymentAPI:1.0";
export declare const BUILD_OUTPUT = "path where the output file should be stored. For example, C:\\dir\\build.zip";
export declare const DEBUG = "enable debug mode";
export declare const DEPLOY = "deploy the projects or the specified assets to API Gateway";
export declare const TEST_DESC = "tests the specified project assets";
export declare const TEST_ALL = "tests all projects existing in the local directory";
export declare const TEST_ASSETS = "tests the specified api asset kind. For example, dev:TestPaymentAPI:1.0";
export declare const ENV_DESC = "add or overwrites the environment configuration. For example, key1=value1,key2=value2...";
export declare const ENDPOINT = "endpoints of the API in the project. For example, http://endpointURL1,https://endpointURL2...";
//# sourceMappingURL=command-constants.d.ts.map