Changelog
Warning
Note that the library is currently in beta. The API and CLI are not yet stable and may change. Once the library reaches v1.0, it will be considered stable. Please consider giving feedback to help stabilise the API.
Release 0.5.0 (2026-03-24)
Added hostedpi info subcommand to the CLI with subcommands for retrieving individual properties of a Raspberry Pi server:
model,memory,cpu,disk,nic,status,boot-progress,ssh-port,ip-address,location,power,ssh-hostname, andurlMade the hostedpi table CLI command more customisable with individual column flags (
--model,--memory,--cpu,--disk,--nic,--status,--boot-progress,--ssh-port,--ip-address,--location,--power)
Release 0.4.6 (2025-10-18)
Allowed
userto beNoneinget_ipv4_ssh_command(),get_ipv6_ssh_command(),get_ipv4_ssh_config()andget_ipv6_ssh_config()methods toPiAllowed
userto beNoneinget_ipv4_ssh_config()andget_ipv6_ssh_config()method toPiCloudRemoved
--fulloption from hostedpi create command, and simplified the output to a single table
Release 0.4.5 (2025-10-11)
Fixup release
Release 0.4.4 (2025-10-10)
Added
get_ipv4_ssh_command(),get_ipv6_ssh_command(),get_ipv4_ssh_config()andget_ipv6_ssh_config()methods toPiAdded
get_ipv4_ssh_config()andget_ipv6_ssh_config()method toPiCloud
Release 0.4.3 (2025-07-25)
Added
ipv6_ssh_hostnameandhostnameproperties toPiChanged
ipv6_ssh_commandandipv6_ssh_configto use the hostname rather than the IPv6 address
Release 0.4.2 (2025-07-19)
Fixed bug in adding SSH keys from file on the command line with hostedpi ssh keys add
Added
ipv4_ssh_hostnameproperty toPi