@oss-autopilot/core - v3.7.0
    Preparing search index...

    Function runConfig

    Read or write user configuration (githubUsername, languages, labels, etc).

    • Read or write user configuration settings. When called without a key, returns the full config. When called with a key and value, updates the setting. When called with --list-keys, returns the full registry of known keys.

      Parameters

      • options: ConfigOptions

        Config options

        • key

          Setting key (e.g., 'username', 'add-language', 'exclude-repo')

        • value

          Setting value (required when key is provided)

        • listKeys

          When true, return the registry of known keys

      Returns Promise<ConfigCommandOutput>

      Current config, success confirmation, or key registry

      If the key is unknown or the value is invalid