For the complete documentation index, see llms.txt. This page is also available as Markdown.

Config

Managing configuration

Synopsis

The config command allows you to manage your RocketBlend configuration file directly from the command line.

$ rocketblend config [key] [flags]

Options

  -h, --help         help for config
  -s, --set string   set a value in the config file

Options inherited from parent commands

  -d, --directory string   working directory for the command (default ".")
  -l, --log-level string   log level (debug, info, warn, error) (default "info")
  -v, --verbose            enable verbose logging

Last updated