UNPKG

@sentry/cli

Version:

A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/

27 lines (26 loc) 368 B
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', }, };