-
-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add cloudflare/cf-terraforming (#27690)
* feat(cloudflare/cf-terraforming): scaffold cloudflare/cf-terraforming * refactor(cloudflare/cf-terraforming): merge version_overrides --------- Co-authored-by: Shunsuke Suzuki <[email protected]>
- Loading branch information
1 parent
61293a3
commit fa57973
Showing
3 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
packages: | ||
- name: cloudflare/[email protected] | ||
- name: cloudflare/cf-terraforming | ||
version: v0.18.0 | ||
- name: cloudflare/cf-terraforming | ||
version: v0.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
packages: | ||
- type: github_release | ||
repo_owner: cloudflare | ||
repo_name: cf-terraforming | ||
description: A command line utility to facilitate terraforming your existing Cloudflare resources | ||
version_constraint: "false" | ||
version_overrides: | ||
- version_constraint: Version == "v0.19.0" | ||
no_asset: true | ||
- version_constraint: semver("<= 0.4.0") | ||
asset: cf-terraforming_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}} | ||
format: tar.gz | ||
windows_arm_emulation: true | ||
checksum: | ||
type: github_release | ||
asset: checksums.txt | ||
algorithm: sha256 | ||
- version_constraint: "true" | ||
asset: cf-terraforming_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}} | ||
format: tar.gz | ||
checksum: | ||
type: github_release | ||
asset: checksums.txt | ||
algorithm: sha256 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.