UNPKG

@backstage-community/plugin-scaffolder-backend-module-annotator

Version:

The annotator module for @backstage/plugin-scaffolder-backend

25 lines (19 loc) 652 B
'use strict'; var yaml = require('yaml'); function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; } var yaml__default = /*#__PURE__*/_interopDefaultCompat(yaml); const examples = [ { description: "Template Example for annotating a catalog entity with the current timestamp", example: yaml__default.default.stringify({ steps: [ { action: "catalog:timestamping", name: "Annotate catalog-info.yaml with the current timestamp." } ] }) } ]; exports.examples = examples; //# sourceMappingURL=createTimestampAction.examples.cjs.js.map