simonw / datasette-publish-fly

Datasette plugin for publishing data using Fly
Apache License 2.0
20 stars 7 forks source link

Take advantage of new --json option #5

Closed simonw closed 2 years ago

simonw commented 4 years ago

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/