Skip to content

Commit

Permalink
feat: add databricks/click
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Jun 30, 2022
1 parent c0c33c9 commit 23b5846
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/databricks/click/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: databricks/[email protected]
22 changes: 22 additions & 0 deletions pkgs/databricks/click/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
packages:
- type: github_release
repo_owner: databricks
repo_name: click
asset: click-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
description: The "Command Line Interactive Controller for Kubernetes"
replacements:
amd64: x86_64
darwin: apple-darwin
linux: unknown-linux-musl
windows: pc-windows-gnu
overrides:
- goos: windows
format: zip
supported_envs:
- darwin
- amd64
rosetta2: true
files:
- name: click
src: click-{{.Version}}-{{.Arch}}-{{.OS}}/click
21 changes: 21 additions & 0 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2133,6 +2133,27 @@ packages:
format: zip
files:
- name: dapr
- type: github_release
repo_owner: databricks
repo_name: click
asset: click-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
description: The "Command Line Interactive Controller for Kubernetes"
replacements:
amd64: x86_64
darwin: apple-darwin
linux: unknown-linux-musl
windows: pc-windows-gnu
overrides:
- goos: windows
format: zip
supported_envs:
- darwin
- amd64
rosetta2: true
files:
- name: click
src: click-{{.Version}}-{{.Arch}}-{{.OS}}/click
- type: github_release
repo_owner: datastax-labs
repo_name: astra-cli
Expand Down

0 comments on commit 23b5846

Please sign in to comment.