#!/bin/bash
eqx-get-projects \
| jq --raw-output '.[] | {name}' \
| grep name \
| cut -f 2 -d ":" \
| sed -e 's/ //g' -e 's/"//g' \
| sort -V \