flyctl
flyctl copied to clipboard
Command line tools for fly.io services
**Describe the bug** When i try to deploy I get this below error 'transformers.js not supported' * Operating system * `fly v0.3.45 darwin/amd64 Commit: d36714daf1a0bc2157649365827093e0948d9b1d BuildDate: 2024-12-02T15:41:58Z` ```toml # fly.toml...
**Describe the bug** I'm making a `FastAPI` Python project and saw in [this post](https://community.fly.io/t/even-more-python-support/20764) that non-poetry projects are supported. But, running `fly launch` doesn't recognize my code as a `FastAPI`...
I'm unable to use this parameter on windows because it complains the guest path must be an absolute path yet it is. I think it's evaluating the guest path as...
Seems it doesn't work. ### Change Summary What and Why: How: Related to: --- ### Documentation - [ ] Fresh Produce - [ ] In superfly/docs, or asked for help...
**Describe the bug** The `myapp-storage` bucket already exists. From my app's working directory, I run ``` fly tigris create -n myapp-storage-ii -o myorg ``` and get this error ``` Error:...
**Describe the bug** flyctl deploy segfaults, maybe related to removing one machine and adding a volume * Operating system: ubuntu * `fly version` ** Paste your `fly.toml` ```toml app =...
**Describe the bug** Running: `fly pg restart -a --force` causes a invalid memory address fault * Operating system * `fly version` ``` flyctl v0.3.25 linux/amd64 Commit: 8fb314c9230ba972453b5ebf292214d10f076468 BuildDate: 2024-10-21T16:49:16Z ```...
*Please only report specific issues with `flyctl` behavior*. Anything like a support request for your application should go to https://community.fly.io. More people watch that space and can help you faster!...
*Please only report specific issues with `flyctl` behavior*. Anything like a support request for your application should go to https://community.fly.io. More people watch that space and can help you faster!...
### Change Summary What and Why: added functionality for 'fly secrets unset-all', which unsets all secrets with one command. How: TL:DR - added runUnsetAll to secrets.New(); runUnsetAll uses client.GetAppSecrets, otherwise...