{"library":"flyctl","install":[{"cmd":"curl -L https://fly.io/install.sh | sh","imports":["import requests\n\nheaders = {\"Authorization\": f\"Bearer {FLY_API_TOKEN}\"}\nrequests.get(\"https://api.machines.dev/v1/apps/{app_id}/machines\", headers=headers)"]},{"cmd":"brew install flyctl","imports":[]},{"cmd":"pip install fly-python-sdk","imports":[]}]}