Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 89 additions & 0 deletions cli/azd/extensions/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,95 @@
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-extensions_0.7.0/microsoft-azd-extensions-windows-arm64.zip"
}
}
},
{
"version": "0.7.1",
"capabilities": [
"custom-commands"
],
"usage": "azd x \u003ccommand\u003e [options]",
"examples": [
{
"name": "init",
"description": "Initialize a new AZD extension project.",
"usage": "azd x init"
},
{
"name": "build",
"description": "Build the AZD extension project.",
"usage": "azd x build"
},
{
"name": "pack",
"description": "Package the AZD extension project into a distributable format and add to local registry.",
"usage": "azd x pack"
},
{
"name": "publish",
"description": "Publish the AZD extension project to an extension source.",
"usage": "azd x publish"
},
{
"name": "release",
"description": "Create an new release of the AZD extension project to a Github repository.",
Comment thread
JeffreyCA marked this conversation as resolved.
"usage": "azd x release"
},
{
"name": "watch",
"description": "Watch for changes in the extension project and automatically rebuild and reload the extension.",
"usage": "azd x watch"
}
],
"artifacts": {
"darwin/amd64": {
"checksum": {
"algorithm": "sha256",
"value": "d301b37411b82d7d58a0ef40a41b8a941624f93e075697328f24e09177c8ce60"
},
"entryPoint": "microsoft-azd-extensions-darwin-amd64",
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-extensions_0.7.1/microsoft-azd-extensions-darwin-amd64.zip"
},
"darwin/arm64": {
"checksum": {
"algorithm": "sha256",
"value": "289ef95281803ce270c59d7d204a1e0582ec7b90200cee6c351e1a124ab19f8b"
},
"entryPoint": "microsoft-azd-extensions-darwin-arm64",
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-extensions_0.7.1/microsoft-azd-extensions-darwin-arm64.zip"
},
"linux/amd64": {
"checksum": {
"algorithm": "sha256",
"value": "59d71e51c7a0c1776d4c43f2a98c7728440cfe76a392849bdb8f9da914018a04"
},
"entryPoint": "microsoft-azd-extensions-linux-amd64",
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-extensions_0.7.1/microsoft-azd-extensions-linux-amd64.tar.gz"
},
"linux/arm64": {
"checksum": {
"algorithm": "sha256",
"value": "6d91fa6a478441a1ba8f852eb7aa333ef8c3f369be609e0bab56984c6da5db84"
},
"entryPoint": "microsoft-azd-extensions-linux-arm64",
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-extensions_0.7.1/microsoft-azd-extensions-linux-arm64.tar.gz"
},
"windows/amd64": {
"checksum": {
"algorithm": "sha256",
"value": "20585d0509ef2bf6b6b1987344f1d386e3a3093f0c3faf52ab3870c30fc511ef"
},
"entryPoint": "microsoft-azd-extensions-windows-amd64.exe",
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-extensions_0.7.1/microsoft-azd-extensions-windows-amd64.zip"
},
"windows/arm64": {
"checksum": {
"algorithm": "sha256",
"value": "ee33c49e08d37d367d0fca05ecc86236b6a4473e5283bdfb97c7d42b0c75bb09"
},
"entryPoint": "microsoft-azd-extensions-windows-arm64.exe",
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-extensions_0.7.1/microsoft-azd-extensions-windows-arm64.zip"
}
}
}
]
},
Expand Down
Loading