smart-ci-manifest-plugin
v0.1.16
Published
Serverless Framework plugin for emitting SmartCI deployment manifests
Readme
smart-ci-manifest-plugin
Serverless Framework plugin that writes SmartCI deployment manifests after full and function deploys.
plugins:
- smart-ci-manifest-plugin
custom:
smartCiManifest:
enabled: true
rootDir: ../..
backendUrl: ${env:SMART_CI_MANIFEST_URL, ''}
uploadRequired: ${env:SMART_CI_MANIFEST_UPLOAD_REQUIRED, 'false'}The plugin writes manifests under .smart-ci/manifests/<service>/ and uses smart-ci-manifest for file writing, hashing, and optional backend upload.
