flyctl icon indicating copy to clipboard operation
flyctl copied to clipboard

Command line tools for fly.io services

Results 232 flyctl issues
Sort by recently updated
recently updated
newest added

### Change Summary What and Why: How: Related to: --- ### Documentation - [ ] Fresh Produce - [ ] In superfly/docs, or asked for help from docs team -...

**Describe the bug** When I use the `--attach` flag, this is the `fly.toml` that I get in my `fly/apps//fly.toml` ```toml [experimental] [experimental.attached] [experimental.attached.secrets] [experimental.attached.secrets.export] SANDWICH_CHAT_URL = 'http://${FLYCAST_URL}/sandwich-chat' ``` The relevant...

bug

### Change Summary **What:** This PR updates a part of the logic when `flyctl tokens list` is run: 1. Read the organization name from the argument passed for `--org` 2....

### Change Summary What and Why: Adds a `FLY_STANDBY_FOR` environment variable to standby machines based on the `--standby-for` option provided to `fly machine run`, `fly machine clone`, or the `fly...

Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.13.2 to 0.15.1. Release notes Sourced from github.com/moby/buildkit's releases. v0.15.1 Welcome to the v0.15.1 release of buildkit! Please try out the release binaries and report any issues...

dependencies
go

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 26.1.4+incompatible to 27.1.1+incompatible. Release notes Sourced from github.com/docker/docker's releases. v27.1.1 27.1.1 Security This release contains a fix for CVE-2024-41110 / GHSA-v23v-6jw2-98fq that impacted setups using authorization plugins...

dependencies
go

### Change Summary What and Why: Allow config to be set by env vars for most flags. Let's say you're managing multiple infrastructure setups, it can be be convenient to...

### Change Summary What and Why: This PR includes optional metadata when updating releases. The metadata is sent when the release finishes and its status is updated to complete, interrupted,...

- Resolves https://github.com/superfly/flyctl/issues/1625 [This action](https://github.com/vedantmgoyal2009/winget-releaser) automatically generates manifests for Winget Community Repository ([microsoft/winget-pkgs](https://github.com/microsoft/winget-pkgs)) and submits them. **Before merging this:** 1. Ensure `GORELEASER_GITHUB_TOKEN` has the `public_repo` scope. ![example](https://user-images.githubusercontent.com/56180050/180631504-f19d12cc-19ce-4991-a753-d4f7ff0adbca.png) 2. Fork https://github.com/microsoft/winget-pkgs...

os:windows

While we are not affected by the CVE, we don't use the package anymore. https://github.com/advisories/GHSA-2hmf-46v7-v6fx ### Change Summary What and Why: How: Related to: --- ### Documentation - [ ]...