UNPKG

@devicecloud.dev/dcd

Version:

Better cloud maestro testing

7 lines (6 loc) 238 B
#!/usr/bin/env node_modules/.bin/ts-node // eslint-disable-next-line node/shebang, unicorn/prefer-top-level-await ;(async () => { const oclif = await import('@oclif/core') await oclif.execute({development: true, dir: __dirname}) })()