Skip to main content
Display the current authentication status and project configuration for the CLI. Useful for debugging setup issues or confirming which credentials are active.

Usage

Example output

What it shows

Authentication section

Shows which token is currently active and where it came from. The CLI checks credential sources in priority order:
  1. Environment variableNT3_API_TOKEN is set in the current shell
  2. Local config.nt3.local.json exists in the current directory with a token
  3. Global config~/.nt3/config.json contains a token
If no token is found, the output is:
The token value is always masked in the output (only the first 10 characters are shown). If a local token is active and a global token also exists, nt3 status notes that the global token is present but not active for the current directory.

Project section

Shows configuration read from .nt3.yml in the current directory:
  • Project ID — the Entri project this directory is linked to
  • Source language — the language your source strings are written in
  • Config file — the absolute path to the .nt3.yml file
If no .nt3.yml is found:

Options

nt3 status takes no flags.

Use cases

  • Confirm you are logged in before running nt3 push or nt3 pull
  • Verify which project a directory is linked to
  • Debug credential priority issues when using both local and global tokens
  • Check which API URL is configured when using a self-hosted instance