Language Bridge

validate-config

Validate the local config end-to-end before a push.

Checks the config end-to-end: the token works, every configured project exists and is reachable, and each configured locale/namespaces actually exists on the server. Prints / per project and exits non-zero on any failure — handy in CI before a push. Aliased as lb validate and lb valid.

lb validate-config
lb validate            # alias
lb validate-config --json

Options

FlagNotes
--jsonPrint results as JSON on stdout.

Plus the common options.

On this page