Hello @pmg
The utility plesk bin service_plan does not have the option to list all the plans. However, they can be fetched from the database:
# plesk db "select id,name,owner_id,type from Templates"
+----+------------------+----------+----------+
| id | name | owner_id | type |...