NAME

App::karr::Cmd::Enable - Re-enable automated agent runs on this board

VERSION

version 0.402

SYNOPSIS

karr enable
karr enable --json

DESCRIPTION

Reverses App::karr::Cmd::Disable: automated agent runs are allowed on this board again. Any reason stored with the disable is dropped, and because foundation.enabled is back at its code default the foundation key disappears from the sparse overrides in refs/karr/config entirely.

Boards are enabled by default, so running this on a board that was never disabled is a harmless no-op.

OPTIONS

  • --json

    Emit the resulting state as JSON instead of text.

SEE ALSO

karr, App::karr, App::karr::Cmd::Disable, App::karr::Cmd::Config, App::karr::Foundation

SUPPORT

Issues

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

IRC

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

CONTRIBUTING

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

AUTHOR

Torsten Raudssus <getty@cpan.org>

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.