UNPKG

@devicecloud.dev/dcd

Version:

Better cloud maestro testing

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