@sentry/cli
Version:
A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/
30 lines (29 loc) • 424 B
JavaScript
/**
* @type {import('../../helper').OptionsSchema}
*/
module.exports = {
env: {
param: '--env',
type: 'string',
},
started: {
param: '--started',
type: 'number',
},
finished: {
param: '--finished',
type: 'number',
},
time: {
param: '--time',
type: 'number',
},
name: {
param: '--name',
type: 'string',
},
url: {
param: '--url',
type: 'string',
},
};