Installation
Requirements
Section titled “Requirements”- Node.js 18 or later
- npm (included with Node.js)
Install
Section titled “Install”Install the CLI globally from npm:
npm install -g @neuralconfig/nrepoVerify
Section titled “Verify”Confirm the installation succeeded:
nrepo --version# 0.0.4Update
Section titled “Update”To update to the latest version:
npm update -g @neuralconfig/nrepoYou can also reinstall to force the latest:
npm install -g @neuralconfig/nrepo@latestAuto-update check
Section titled “Auto-update check”The CLI runs a non-blocking update check on every command invocation. If a newer version is available, you will see a notice after the command output. The check does not delay command execution.
Troubleshooting
Section titled “Troubleshooting”If the nrepo command is not found after installation, make sure your npm global bin directory is on your PATH:
npm config get prefix# Add <prefix>/bin to your PATH if it is not already thereOn macOS and Linux you can add it to your shell profile:
export PATH="$(npm config get prefix)/bin:$PATH"Next steps
Section titled “Next steps”After installing, authenticate with your NeuralRepo account:
nrepo loginSee Authentication for details on OAuth and API key login.
Related commands
Section titled “Related commands”- nrepo login / logout / whoami — manage authentication
- nrepo push — create a new idea