UNPKG

@flowcore/cli

Version:

Flowcore CLI for interacting with the Flowcore platform

10 lines (7 loc) 267 B
#!/usr/bin/env -S node --loader ts-node/esm --no-warnings=ExperimentalWarning // eslint-disable-next-line node/shebang async function main() { const {execute} = await import('@oclif/core') await execute({development: true, dir: import.meta.url}) } await main()