Closed simonw closed 3 years ago
The code here parses the output of flyctl apps list:
flyctl apps list
https://github.com/simonw/datasette-publish-fly/blob/990fdf858c20b5431ee4268891fabb7cd2861f29/datasette_publish_fly/__init__.py#L118-L131
Fly now has a --json flag which would make this more robust: https://fly.io/blog/flyctl-meets-json/
--json
The code here parses the output of
flyctl apps list
:https://github.com/simonw/datasette-publish-fly/blob/990fdf858c20b5431ee4268891fabb7cd2861f29/datasette_publish_fly/__init__.py#L118-L131
Fly now has a
--json
flag which would make this more robust: https://fly.io/blog/flyctl-meets-json/