Documentation Index
Fetch the complete documentation index at: https://docs.formance.com/llms.txt
Use this file to discover all available pages before exploring further.
Install
You can install thenumscript cli with one of the following ways:
Using curl
For Mac and Unix:Using golang toolchain
Check
You can use thenumscript check command to run static analysis on a numscript program. The static analysis includes parsing errors, wrong variables or types usage, as well as more advanced checks on numscript constructs.
You can use it this way:
Run
Available from numscript@0.0.19
my-script.num
.inputs.json suffix):
my-script.num.inputs.json
Test
Available from numscript@0.0.19
numscript test to check that the specs given in a numscript specs format file are valid for a given numscript.
For example:
src/domain/numscript folder to find all the <file>.num that have a corresponding <file>.num.specs.json specs file