From 6afa0b1507d54a6e760f3e0f0314e092e350acf9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 21 Dec 2024 00:48:38 +0000 Subject: [PATCH] Rebuild index --- index.json | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/index.json b/index.json index 4033678..ff3d074 100644 --- a/index.json +++ b/index.json @@ -125101,6 +125101,48 @@ "shortname": "Archaeology.install", "inferred_type": "install" }, + "com.github.kevinmcox.install.Kreya": { + "name": "Kreya", + "description": "Installs the latest version of Kreya.\n\tSet ARCH to \"arm64\" for Apple Silicon (default) or \"x64\" for Intel.", + "repo": "autopkg/kevinmcox-recipes", + "path": "Kreya/Kreya.install.recipe", + "parent": "com.github.kevinmcox.download.Kreya", + "shortname": "Kreya.install", + "inferred_type": "install" + }, + "com.github.kevinmcox.download.Kreya": { + "name": "Kreya", + "description": "Downloads the latest version of Kreya.\n\tSet ARCH to \"arm64\" for Apple Silicon (default) or \"x64\" for Intel.", + "repo": "autopkg/kevinmcox-recipes", + "path": "Kreya/Kreya.download.recipe", + "shortname": "Kreya.download", + "inferred_type": "download", + "children": [ + "com.github.kevinmcox.install.Kreya", + "com.github.kevinmcox.munki.Kreya", + "com.github.kevinmcox.pkg.Kreya" + ] + }, + "com.github.kevinmcox.munki.Kreya": { + "name": "Kreya", + "description": "Downloads the latest version of Kreya and imports it into Munki.\n\tSet ARCH to \"arm64\" for Apple Silicon (default) or \"x64\" for Intel.", + "repo": "autopkg/kevinmcox-recipes", + "path": "Kreya/Kreya.munki.recipe", + "parent": "com.github.kevinmcox.download.Kreya", + "shortname": "Kreya.munki", + "inferred_type": "munki", + "munki_display_name": "Kreya", + "munki_description": "Kreya is a GUI client for gRPC and REST APIs with innovative features for environments, authorizations and more." + }, + "com.github.kevinmcox.pkg.Kreya": { + "name": "Kreya", + "description": "Creates a package of the latest version of Kreya.\n\tSet ARCH to \"arm64\" for Apple Silicon (default) or \"x64\" for Intel.", + "repo": "autopkg/kevinmcox-recipes", + "path": "Kreya/Kreya.pkg.recipe", + "parent": "com.github.kevinmcox.download.Kreya", + "shortname": "Kreya.pkg", + "inferred_type": "pkg" + }, "com.github.kevinmcox.munki.Teleport": { "name": "Teleport", "description": "Downloads the latest release, of the specified major version, of Teleport and imports into Munki.", @@ -178649,6 +178691,18 @@ "Archaeology.install": [ "com.github.kevinmcox.install.Archaeology" ], + "Kreya.install": [ + "com.github.kevinmcox.install.Kreya" + ], + "Kreya.download": [ + "com.github.kevinmcox.download.Kreya" + ], + "Kreya.munki": [ + "com.github.kevinmcox.munki.Kreya" + ], + "Kreya.pkg": [ + "com.github.kevinmcox.pkg.Kreya" + ], "teleport.munki": [ "com.github.kevinmcox.munki.Teleport" ],