Skip to content

Wire the generic config API into the CLI #2

@nfebe

Description

@nfebe

The agent now exposes its YAML configuration as flat dotted keys behind GET /config, GET /config/:key, PUT /config/:key (flatrun/agent#134). The CLI should let users discover and edit settings without restarting the agent for runtime-applicable keys.

  • flatrun config list prints every available key with its current value, default, and type.
  • flatrun config get <key> returns one entry.
  • flatrun config set <key> <value> updates and reports whether the change took effect immediately or needs a restart.

Sensitive values are masked by the agent already, so the CLI should surface that as (hidden) in the listing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions