NAME

WWW::Hetzner::CLI::Cmd::Server - Server commands

VERSION

version 0.003

SYNOPSIS

hcloud.pl server list
hcloud.pl server list --selector env=prod
hcloud.pl server create --name test --type cx22 --image debian-12
hcloud.pl server delete <id>
hcloud.pl server describe <id>
hcloud.pl server poweron <id>
hcloud.pl server poweroff <id>

DESCRIPTION

Manage Hetzner Cloud servers via CLI.

SUBCOMMANDS

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.