Compiler for push2cloud manifests, version 2.0.4. It validates and transforms deployment manifest files for the push2cloud deployment system. Part of the larger push2cloud project, it handles manifest compilation with schema validation. No significant updates since 2016; project appears stale or in maintenance mode. Alternative: custom script or npm-deploy.
npm install push2cloud-compilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: validate and compile a manifest object.
Consider migrating to alternative deployment tools like Kubernetes or Docker Compose.
Use Node 10 or lower, or update package dependencies manually.
Use named import: import { compile } from 'push2cloud-compiler'Change to named import: import { compile } from 'push2cloud-compiler'Ensure lodash is installed: npm install lodash
No dependency data recorded yet.