UNPKG

759 BTypeScriptView Raw
1import { CodeTransform, CodeTransformRegistration } from "@atomist/sdm";
2export declare const AddCloudFoundryManifestMarker = "[atomist:add-pcf-manifest]";
3export declare const AtomistGeneratedMarker = "[atomist:generated]";
4export declare const AtomistConfigTsPath = "src/atomist.config.ts";
5export declare const addCloudFoundryManifestTransform: CodeTransform;
6/**
7 * Command handler wrapping AddCloudFoundryManifest editor
8 * @type {HandleCommand<EditOneOrAllParameters>}
9 */
10export declare const AddCloudFoundryManifest: CodeTransformRegistration;
11export declare const StartAutomationClientCommand = "node --trace-warnings --expose_gc --optimize_for_size --always_compact --max_old_space_size=384 node_modules/@atomist/automation-client/start.client.js";