.nh .TH podman-farm-list 1 .SH NAME .PP podman-farm-list - List the existing farms .SH SYNOPSIS .PP \fBpodman farm list\fP [\fIoptions\fP] .PP \fBpodman farm ls\fP [\fIoptions\fP] .SH DESCRIPTION .PP List all the existing farms. .SH OPTIONS .SS \fB--format\fP=\fIformat\fP .PP Change the default output format. This can be of a supported type like 'json' or a Go template. Valid placeholders for the Go template listed below: .TS allbox; l l l l . \fB\fBPlaceholder\fP\fP \fB\fBDescription\fP\fP \&.Connections T{ List of all system connections in the farm T} \&.Default T{ Indicates whether farm is the default T} \&.Name Farm name \&.ReadWrite T{ Indicates if this farm can be modified using the podman farm commands T} .TE .SH EXAMPLE .PP List all farms: .EX $ podman farm list Name Connections Default ReadWrite farm1 [f38 f37] false true farm2 [f37] true true .EE .SH SEE ALSO .PP \fBpodman(1)\fP, \fBpodman-farm(1)\fP .SH HISTORY .PP July 2023, Originally compiled by Urvashi Mohnani (umohnani at redhat dot com)