UNPKG

@sprucelabs/spruce-cli

Version:

Command line interface for building Spruce skills.

21 lines 659 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const schema_1 = require("@sprucelabs/schema"); exports.default = (0, schema_1.buildSchema)({ id: 'setupTestsOptions', name: 'Setup tests options', description: 'Use this with in your CI/CD environment to get your skill ready to run tests.', fields: { demoNumber: { type: 'phone', label: 'Demo phone number', isRequired: true, }, skillSlug: { type: 'text', label: 'Namespace', isRequired: true, }, }, }); //# sourceMappingURL=setupTestsOptions.builder.js.map