Documentation Index
Fetch the complete documentation index at: https://docs.kosli.com/llms.txt
Use this file to discover all available pages before exploring further.
Status of Kosli services
You can also check the current status of Kosli services by runningkosli status in the CLI.
Turning Kosli CLI calls on and off instantly
If theKOSLI_DRY_RUN environment variable is set to true then all Kosli CLI commands will:
- Not communicate with Kosli at all
- Print the payload they would have sent
- Exit with a zero status code
Turning Kosli API calls on and off instantly
If you are using the Kosli API in your workflows (e.g. usingcurl), we recommend using the same Org-level KOSLI_DRY_RUN
environment variable and guarding the curl call with a simple if statement. For example: