Skip to content

Commit

Permalink
feat: add getsavvyinc/savvy-cli (#23408)
Browse files Browse the repository at this point in the history
* feat(getsavvyinc/savvy-cli): scaffold getsavvyinc/savvy-cli

* fix(getsavvyinc/savvy-cli): fix typo
  • Loading branch information
suzuki-shunsuke authored May 29, 2024
1 parent 77662b0 commit 540d617
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/getsavvyinc/savvy-cli/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages:
- name: getsavvyinc/[email protected]
- name: getsavvyinc/savvy-cli
version: v0.0.1
35 changes: 35 additions & 0 deletions pkgs/getsavvyinc/savvy-cli/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
packages:
- type: github_release
repo_owner: getsavvyinc
repo_name: savvy-cli
description: Create, share, and run runbooks from your terminal
files:
- name: savvy
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.0.1")
asset: savvy_{{.OS}}_{{.Arch}}
format: raw
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
checksum:
type: github_release
asset: savvy_{{trimV .Version}}_checksums.txt
algorithm: sha256
supported_envs:
- linux
- darwin
- version_constraint: "true"
asset: savvy_{{.OS}}_{{.Arch}}
format: raw
replacements:
amd64: x86_64
checksum:
type: github_release
asset: savvy_{{trimV .Version}}_checksums.txt
algorithm: sha256
supported_envs:
- linux
- darwin
34 changes: 34 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 540d617

Please sign in to comment.