Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

flux db insert

Insert into the flux libmdbx db

$ flux db insert --help
Usage: flux db insert [OPTIONS] --table <TABLE> --key <KEY> --value <VALUE>

Options:
  -t, --table <TABLE>
          Table to query

  -k, --key <KEY>
          Key to query

      --brontes-db-path <FLUX_DB_PATH>
          path to the flux libmdbx db

      --value <VALUE>
          Value to insert

  -h, --help
          Print help (see a summary with '-h')

  -V, --version
          Print version

Display:
  -v, --verbosity...
          Set the minimum log level.
          
          -v      Errors
          -vv     Warnings
          -vvv    Info
          -vvvv   Debug
          -vvvvv  Traces (warning: very verbose!)

      --quiet
          Silence all log output