From e359baca8c6be4a93af377503694dcd5b7861fa5 Mon Sep 17 00:00:00 2001 From: Andrew Duss Date: Thu, 24 Aug 2023 10:30:13 -0600 Subject: [PATCH] feat: added kpack-cli and dapr-cli to repositories Signed-off-by: Andrew Duss --- .gitignore | 2 ++ terraform/github/repositories.tf | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/.gitignore b/.gitignore index 7a6353d..26c669d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .envrc +*.swp +*.DS_Store diff --git a/terraform/github/repositories.tf b/terraform/github/repositories.tf index 3eb8f7f..3cff69b 100644 --- a/terraform/github/repositories.tf +++ b/terraform/github/repositories.tf @@ -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" @@ -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"