Mark McDonnell
Mark McDonnell
From what I can tell if the deploy fails (after the service is created successfully), then we delete the service before clearing the Service ID from the manifest... https://github.com/fastly/cli/blob/782fb64736f85c50a936cc76993a6d1ef8e73505/pkg/commands/compute/deploy.go#L259-L320 Were...
I propose the CLI no longer runs the `package.json` file's `build` step, basically in the CLI instead of calling `npm run build` we'll call `js-compute-runtime bin/index.js bin/main.wasm`. We don't do...
@mccurdyc @swagitda 👋🏻 this issue was opened before I started at Fastly so I've only just seen it 😬 We had a similar issue with a Windows user, and this...
Hi @eabquina thanks for opening this issue. I'm unable to give an exact timeline for if/when this feature would be added to the CLI, but I would like to mention...
TLS support was added in `v3.3.0` https://github.com/fastly/cli/releases/tag/v3.3.0 https://github.com/fastly/cli/pull/630
Hi @marlun78 We've been working on the following PR for a while now to try and address issues with the Fastly CLI build process: https://github.com/fastly/cli/pull/640 Once this is merged (and...
Hi @marlun78 Apologies, I just realised I said I would report back once #640 had been merged. Since that PR was merged I was discussing some similar issues internally with...
Hi @grantstephens are you in a position to rebase `main` and wrap up this PR or should I close it for now?
Hi @lmartinez-mirror Thanks for opening this issue. We automatically publish the Fastly CLI to the AUR (via GitHub Actions) when there is a new release published: https://aur.archlinux.org/packages/fastly-bin I don't recall...
Ah I see. Thanks @mccurdyc I'm going to have a 4.0.0 CLI release coming out in a few weeks so I'll be sure to sign the tags when I do...