flyctl
flyctl copied to clipboard
Command line tools for fly.io services
It'd be really useful to have the machine ID colored differently for each machine in `fly logs`. stern is a good example of this, for reading kubernetes logs: 
### Change Summary What and Why: How: Related to: --- ### Documentation - [ ] Fresh Produce - [ ] In superfly/docs, or asked for help from docs team -...
The [generated Dockerfile](https://github.com/superfly/flyctl/blob/master/scanner/templates/flask/Dockerfile) for flask should have a different CMD. Right now it runs python3 -m flask run. This is incorrect. Flask [warns](https://flask.palletsprojects.com/en/3.0.x/deploying/) about this in their docs: > Do...
### Change Summary What and Why: should be self-evident - folks who haven't/forgot to/etc. configure `init.defaultBranch` to `main` will be bit by this, i.e. the workflow will not run. How:...
When using a custom build context with `fly deploy`, the `--ignorefile` flag isn't taken into account when calling: ```shell fly deploy ../.. --config apps/proxy/fly.toml --ignorefile apps/proxy/.dockerignore --dockerfile apps/proxy/Dockerfile ``` I...
**Describe the bug** There hasn't been a new version of flyctl-bin published to the AUR since [0.2.72](https://github.com/superfly/flyctl/releases/tag/v0.2.72) which was released on June 18th. https://aur.archlinux.org/packages/flyctl-bin
see [community post](https://community.fly.io/t/reporting-a-python-fastapi-bug/20778) for context
see [community post](https://community.fly.io/t/flask-docker-generator-should-not-use-python3-m-flask-run/20982) for context.
* Operating system: macOS 14 * `fly version`: `fly v0.2.111 darwin/arm64 Commit: 5789248ffc4dbd218199ce483c335547f3903965 BuildDate: 2024-08-13T18:20:16Z` ** Command output: ** ```text ❯ FLY_ORG=sunchaser fly tigris list NAME ORG feedyouremail-production feedyouremail sunchaser-db-postgres...