CLI ReferenceConfiguration Commands

Configuration Commands

Commands for managing configs in Agor.

Commands

agor config clear

Clear all active context

agor config clear
Full help output
Clear all active context

USAGE
  $ agor config clear

DESCRIPTION
  Clear all active context

EXAMPLES
  $ agor config clear

agor config get

Get a configuration value

agor config get
Full help output
Get a configuration value

USAGE
  $ agor config get KEY

ARGUMENTS
  KEY  Configuration key (e.g., board, daemon.port,
       credentials.ANTHROPIC_API_KEY)

DESCRIPTION
  Get a configuration value

EXAMPLES
  $ agor config get board

  $ agor config get session

  $ agor config get credentials.ANTHROPIC_API_KEY

  $ agor config get daemon.port

agor config set

Set a configuration value

agor config set
Full help output
Set a configuration value

USAGE
  $ agor config set KEY VALUE

ARGUMENTS
  KEY    Configuration key (supports dot notation:
         credentials.ANTHROPIC_API_KEY)
  VALUE  Value to set

DESCRIPTION
  Set a configuration value

EXAMPLES
  $ agor config set board experiments

  $ agor config set session 01933e4a

  $ agor config set repo anthropics/agor:main

  $ agor config set agent claude-code

  $ agor config set credentials.ANTHROPIC_API_KEY sk-ant-...

  $ agor config set defaults.agent cursor

agor config unset

Unset (clear) a configuration value

agor config unset
Full help output
Unset (clear) a configuration value

USAGE
  $ agor config unset KEY

ARGUMENTS
  KEY  (board|session|repo|agent) Configuration key to unset (board, session,
       repo, agent)

DESCRIPTION
  Unset (clear) a configuration value

EXAMPLES
  $ agor config unset board

  $ agor config unset session

  $ agor config unset repo

  $ agor config unset agent
BSL 1.1 © 2025 Maxime Beauchemin