Skip to content

Commit

Permalink
feat: added kpack-cli and dapr-cli to repositories
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Duss <[email protected]>
  • Loading branch information
aduss-storable authored and smorimoto committed Sep 1, 2023
1 parent 768d09b commit f078290
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions terraform/github/repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,20 @@ locals {
]
}

asdf-dapr-cli = {
description = "Dapr CLI plugin for the asdf version manager"
homepage_url = "https://github.com/asdf-vm/asdf"
default_branch = "main"
topics = [
"asdf-plugin",
"asdf",
]
teams = [
"asdf-dapr-cli",
"asdf-core",
]
}

asdf-dasel = {
description = "Dasel plugin for asdf version manager"
homepage_url = "https://github.com/asdf-vm/asdf"
Expand Down Expand Up @@ -484,6 +498,20 @@ locals {
]
}

asdf-kpack-cli = {
description = "Kpack CLI plugin for the asdf version manager"
homepage_url = "https://github.com/asdf-vm/asdf"
default_branch = "main"
topics = [
"asdf-plugin",
"asdf",
]
teams = [
"asdf-kpack-cli",
"asdf-core",
]
}

asdf-kiota = {
description = "kiota plugin for the asdf version manager"
homepage_url = "https://github.com/asdf-vm/asdf"
Expand Down

0 comments on commit f078290

Please sign in to comment.