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:- Environment variable —
NT3_API_TOKENis set in the current shell - Local config —
.nt3.local.jsonexists in the current directory with a token - Global config —
~/.nt3/config.jsoncontains a token
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.ymlfile
.nt3.yml is found:
Options
nt3 status takes no flags.
Use cases
- Confirm you are logged in before running
nt3 pushornt3 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