🌵
Drylab
  • BASICS
    • 🌵Welcome to Drylab
  • API
    • 🌵API Overview
    • 💻Endpoints
      • POST /methods/raw
      • POST /methods/sections
      • POST /results/raw
      • POST /results/thematic-blocks
      • POST /results/thematic-modules
      • POST /figure-legends
      • POST /supplement
      • POST /create-conda-env
      • POST /datasets
  • CLI
    • 🌵DryLab CLI
    • 🔧Config file
    • Commands
      • drylab init
      • drylab env
Powered by GitBook
On this page
  1. CLI

Config file

A configuration file containing information supporting the use of the drylab CLI within a project directory.

drylab.config.json example:

{
  "apiKey": "sk-xxx",
  "defaultOutputDir": "./reproduced",
  "useCache": true
}

PreviousDryLab CLINextCommands

Last updated 4 days ago

🔧