Configure the NxtOne Lens CLI for your environment, language, and deployment topology.
The nxtone-lens CLI tool manages your local developer workspaces, links your repository to the platform, and verifies connectivity.
Authenticate your local terminal with the NxtOne platform to fetch and store scoped API keys:
This command opens a browser window where you can log in. After authentication, a secure token is written to ~/.nxtone/config.json.
Initialize a new project workspace in your root code directory:
This creates a local nxtone.toml file where you can define project metadata and exclusions.
nxtone verify: Validates credentials, checks if the local environment is healthy, and tests connection to the server ingest endpoints.nxtone sync: Links the workspace to the platform and syncs project code metadata for use in investigation screens.nxtone run -- [command]: Runs a local process under the NxtOne instrumentation context (injecting environment keys and profiles automatically).nxtone.toml and injects them as NXTONE_* environment variables automatically when running processes via nxtone run.