NAME

App::karr::Cmd::Config - View or modify board configuration

VERSION

version 0.101

SYNOPSIS

karr config
karr config get claim_timeout
karr config set board.name "New Board Name"
karr config --json

DESCRIPTION

Reads and updates the board configuration stored canonically in refs/karr/config. The command supports whole-config display, individual key lookup, and writes to a small set of explicitly writable keys. Internally it works on the temporary materialized YAML view generated for the command run.

WRITABLE KEYS

  • board.name, board.description

    Human-facing board metadata.

  • defaults.status, defaults.priority, defaults.class

    Default values applied by App::karr::Cmd::Create.

  • claim_timeout

    Claim expiry duration in Nh or Nm format.

SEE ALSO

karr, App::karr, App::karr::Cmd::Init, App::karr::Cmd::Create, App::karr::Cmd::Context, App::karr::Config

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-app-karr/issues.

IRC

Join #ai on irc.perl.org or message Getty directly.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <torsten@raudssus.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.