NAME
WWW::Hetzner::Robot::CLI - Hetzner Robot CLI
VERSION
version 0.002
SYNOPSIS
use WWW::Hetzner::Robot::CLI;
WWW::Hetzner::Robot::CLI->new_with_cmd;
DESCRIPTION
CLI for the Hetzner Robot API (dedicated servers).
This is a Perl implementation to manage dedicated servers via the Robot API.
COMMANDS
server - Manage dedicated servers (list, describe)
key - Manage SSH keys (list)
reset - Reset a server (software, hardware, manual)
wol - Send Wake-on-LAN packet
user
Robot webservice username. Use --user or -u flag, or set via HETZNER_ROBOT_USER environment variable.
password
Robot webservice password. Use --password or -p flag, or set via HETZNER_ROBOT_PASSWORD environment variable.
output
Output format: table (default) or json. Use --output or -o flag.
robot
WWW::Hetzner::Robot instance.
execute
Main entry point. Shows help when no subcommand is given.
SEE ALSO
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-www-hetzner/issues.
IRC
Join #kubernetes 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.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.