hostedpi list

List Raspberry Pi servers

Usage: hostedpi list [OPTIONS] [NAMES]...

Arguments

names

Names of the Raspberry Pi servers

Options

--filter [str]

Search pattern for filtering server names

--help

Show this message and exit

Alias

hostedpi ls

Usage

List all Pis in the account:

$ hostedpi list
mypi
mypi2
bob1
bob2

Filter by a search pattern:

$ hostedpi list --filter bob
bob1
bob2