A CLI tool for interacting with the GoMTM platform. Version 0.8.2808 is the current stable release. It appears to be a command-line interface, but no detailed documentation or usage examples are provided in the readme. Likely used for automation or management tasks. Release cadence is unknown.
npm install gomtm-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes the GoMTM client and runs a task, using environment variable for API key.
Review the source code or contact the maintainer for usage details.
Pin to specific version and test thoroughly before upgrading.
Use import syntax and set type: module in package.json, or use dynamic import in CJS.
Switch to import or use dynamic import() in CommonJS files.
Check the package exports; try import { init } from 'gomtm-cli' if default is undefined.No dependency data recorded yet.