Love using Fly and i wanted to control machines in my own runtimes. Built this SDK which may be useful to others.
Two things didn’t quite work out:
- update_machines request successfully called but doesn’t update
- no docs on what types to pass into secret_types make this endpoint impossible to call atm
Otherwise things work
Examples available show how to replicate this error on secrets and if you list the machines after running the full machines examples given an update request you will see this be called error free but show no updated. Even after awaiting start states.
Please advise on how I could fix these two things.