NAME

WWW::Hetzner::Robot::CLI - Hetzner Robot CLI

VERSION

version 0.001

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.

NAME

WWW::Hetzner::Robot::CLI - Command-line interface for Hetzner Robot

ATTRIBUTES

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.

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

SEE ALSO

WWW::Hetzner::Robot

SUPPORT

Source Code

The code is open to the world, and available for you to hack on. Please feel free to browse it and play with it, or whatever. If you want to contribute patches, please send me a diff or prod me to pull from your repository :)

https://github.com/Getty/p5-www-hetzner

git clone https://github.com/Getty/p5-www-hetzner.git

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.