How to use & install the octomind CLI tool
Example of octomind cli tool, 08/2025
npm i -g @octomind/octomind
but instead~/.local/packages
and create symlinks in /usr/local/bin
or creates an alias.
This is necessary for the cli to work and avoid dependency conflicts, when installing the package globally.
npx @octomind/octomind -h
-k, --api-key
: Your Octomind API key (will prompt if not provided)-t, --test-target-id
: Test target ID (optional)-f, --force
: Force overwrite existing configurationAccount settings menu icon, 5/2025
Create an API key
.
Create an API key button, 05/2025
Create a new Octomind API key in the settings, 05/2025
Copy the Octomind API key
npx @octomind/octomind init
.
This way even entityIds like environmentIds or testCaseIds will be autocompleted.