superfly / flyctl

Command line tools for fly.io services
https://fly.io
Apache License 2.0
1.36k stars 224 forks source link

Display previous machines versions events #3645

Open aschiavo opened 3 weeks ago

aschiavo commented 3 weeks ago

Change Summary

What and Why: We want to provide a breadcrumb view of a machine current state.

For that we are now listing the previous machines versions events. In this way we users can track what happened to a given machine from initial creation to current state.

How:

By pulling all events for a given machine over GraphQL.

Related to:

Documentation