Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 503 Bytes

File metadata and controls

23 lines (15 loc) · 503 Bytes

validate

Validate the given configuration for syntax errors

Usage

speechly validate [flags]

The contents of the directory given as argument is sent to the API and validated. Possible errors are printed to stdout.

Flags

  • --app -a (string) - Application to validate the files for. Can be given as the first positional argument.
  • --help -h (bool) - help for validate

Examples

speechly validate <app_id> .
speechly validate --app <app_id> /path/to/config