UNPKG

@sprucelabs/spruce-cli

Version:

Command line interface for building Spruce skills.

22 lines 773 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const schema_1 = require("@sprucelabs/schema"); const lintFailedSchema = { id: 'lintFailed', namespace: 'SpruceCli', name: 'Lint failed!', description: 'When linting a file fails', fields: { /** Pattern. The pattern used to match files relative to the root of the skill */ 'pattern': { label: 'Pattern', type: 'text', isRequired: true, hint: 'The pattern used to match files relative to the root of the skill', options: undefined }, } }; schema_1.SchemaRegistry.getInstance().trackSchema(lintFailedSchema); exports.default = lintFailedSchema; //# sourceMappingURL=lintFailed.schema.js.map