Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.configu.com/llms.txt

Use this file to discover all available pages before exploring further.

  • Name: INI File
  • Category: File

Configuration

Configu needs to be directed to your desired file by providing a file path via the path parameter.

Usage

.configu store declaration

stores:
  my-store:
    type: ini-file
    configuration:
      path: path/to/file.ini

CLI examples

Upsert command

configu upsert --store "my-store" --set "test" --schema "./start.cfgu.json" \
    -c "GREETING=hello" \
    -c "SUBJECT=configu"

Eval and export commands

configu eval --store "my-store" --set "test" --schema "./start.cfgu.json" \
 | configu export

References