loft-sh / devpod

Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker.
https://devpod.sh
Mozilla Public License 2.0
8.42k stars 305 forks source link

feat(cli): allow users to specify AGENT_URL with ${BIN_NAME} argument #1106

Closed pascalbreuninger closed 3 weeks ago

pascalbreuninger commented 3 weeks ago

The arg will be substituted with the agent binary name to allow for more customized Agent URLs like presigned s3 URLs

solves #1102