UNPKG

@sprucelabs/spruce-cli

Version:

Command line interface for building Spruce skills.

47 lines 1.38 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const schema_1 = require("@sprucelabs/schema"); exports.default = (0, schema_1.buildErrorSchema)({ id: 'deployFailed', name: 'Deploy Failed', description: '', fields: { stage: { type: 'select', isRequired: true, options: { choices: [ { label: 'Skill', value: 'skill', }, { label: 'Building', value: 'building', }, { label: 'Testing', value: 'testing', }, { label: 'Git', value: 'git', }, { label: 'Procfile', value: 'procfile', }, { label: 'Remote', value: 'remote', }, { label: 'Heroku', value: 'heroku', }, ], }, }, }, }); //# sourceMappingURL=deployFailed.builder.js.map