For the complete documentation index, see llms.txt. This page is also available as Markdown.

Counting all org machines

fly apps list --json | jq -r '.[].ID' | xargs -n 1 fly m list -q -a | awk NF | wc -l

Last updated

Was this helpful?