UNPKG

@acurast/cli

Version:

A cli to interact with the Acurast Cloud.

9 lines 286 B
export const addCommandTest = (program) => { program .command('test') .description('(v2) Test the project against the Acurast runtime environment') .action(async () => { console.log('Not implemented yet!'); }); }; //# sourceMappingURL=test.js.map