Skip to content

Commit fc90957

Browse files
authored
New version: Fastly.CLI version 15.0.0 (microsoft#371861)
1 parent 57f1715 commit fc90957

3 files changed

Lines changed: 72 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Created by Anthelion using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: Fastly.CLI
5+
PackageVersion: 15.0.0
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: fastly.exe
10+
PortableCommandAlias: fastly
11+
Commands:
12+
- fastly
13+
ReleaseDate: 2026-05-08
14+
Installers:
15+
- Architecture: x86
16+
InstallerUrl: https://github.com/fastly/cli/releases/download/v15.0.0/fastly_v15.0.0_windows-386.zip
17+
InstallerSha256: 825D8256F3D73D9579E2257D4955267E4971E3A2CF5B5D4C6C9755BA337C4FCE
18+
- Architecture: x64
19+
InstallerUrl: https://github.com/fastly/cli/releases/download/v15.0.0/fastly_v15.0.0_windows-amd64.zip
20+
InstallerSha256: 0E05B8DA1A64E470A0F8B453D92BA67AF9787C70029002E7DD79258E7E1AC774
21+
- Architecture: arm64
22+
InstallerUrl: https://github.com/fastly/cli/releases/download/v15.0.0/fastly_v15.0.0_windows-arm64.zip
23+
InstallerSha256: 977A6550F693492D0F1806731718C2D5D6582505F610ECB3E396D296E1BA0E5A
24+
ManifestType: installer
25+
ManifestVersion: 1.12.0
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Created by Anthelion using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: Fastly.CLI
5+
PackageVersion: 15.0.0
6+
PackageLocale: en-US
7+
Publisher: Fastly, Inc.
8+
PublisherUrl: https://www.fastly.com/
9+
PublisherSupportUrl: https://support.fastly.com/s/
10+
Author: Fastly, Inc.
11+
PackageName: Fastly CLI
12+
PackageUrl: https://www.fastly.com/products/devtools
13+
License: Apache-2.0
14+
LicenseUrl: https://github.com/fastly/cli/blob/HEAD/LICENSE
15+
Copyright: © Fastly 2026
16+
ShortDescription: Build, deploy and configure Fastly services from your terminal
17+
Description: Fastly CLI is a open-source command line tool for interacting with the Fastly API. Use it to create services, manage backends and domains, upload VCL or build and deploy Compute packages. Convenient access to Fastly from where you are working with your code, or from your CI environment.
18+
Moniker: fastly-cli
19+
Tags:
20+
- fastly
21+
ReleaseNotes: |-
22+
v15.0.0 (2026-05-08)
23+
24+
Breaking:
25+
- breaking(ngwaf/workspace): change flag name to match API spec (#1768)
26+
27+
Bug Fixes:
28+
- fix(compute/deploy): remove compute trial activation code because trials no longer exist (#1730)
29+
- fix(auth): SSO token expiration status now reflects the actual API token lifetime (~12 hours) instead of the internal JWT refresh token (~30 minutes), preventing spurious warnings and premature re-authentication #1728
30+
- fix(argparser): skip ListVersions API call for numeric versions #1774
31+
32+
Enhancements:
33+
- feat(service/backend): add support for the max_use and max_lifetime parameters (#1779)
34+
ReleaseNotesUrl: https://github.com/fastly/cli/releases/tag/v15.0.0
35+
Documentations:
36+
- DocumentLabel: Docs
37+
DocumentUrl: https://www.fastly.com/documentation/reference/cli/
38+
ManifestType: defaultLocale
39+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created by Anthelion using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: Fastly.CLI
5+
PackageVersion: 15.0.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)