Skip to content

Commit

Permalink
Rebuild index
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 21, 2024
1 parent e5ebe09 commit 6afa0b1
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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"
],
Expand Down

0 comments on commit 6afa0b1

Please sign in to comment.