|
1432 | 1432 | "url": "https://github.com/jongio/azd-exec/releases/download/azd-ext-jongio-azd-exec_0.3.7/jongio-azd-exec-windows-arm64.zip" |
1433 | 1433 | } |
1434 | 1434 | } |
| 1435 | + }, |
| 1436 | + { |
| 1437 | + "version": "0.3.8", |
| 1438 | + "capabilities": [ |
| 1439 | + "custom-commands", |
| 1440 | + "lifecycle-events", |
| 1441 | + "mcp-server", |
| 1442 | + "metadata" |
| 1443 | + ], |
| 1444 | + "usage": "azd exec \u003ccommand\u003e [options]", |
| 1445 | + "examples": [ |
| 1446 | + { |
| 1447 | + "name": "execute script", |
| 1448 | + "description": "Execute a script file with azd context", |
| 1449 | + "usage": "azd exec ./my-script.sh" |
| 1450 | + }, |
| 1451 | + { |
| 1452 | + "name": "with shell", |
| 1453 | + "description": "Execute with specific shell", |
| 1454 | + "usage": "azd exec --shell pwsh ./deploy.ps1" |
| 1455 | + }, |
| 1456 | + { |
| 1457 | + "name": "version", |
| 1458 | + "description": "Display extension version", |
| 1459 | + "usage": "azd exec version" |
| 1460 | + } |
| 1461 | + ], |
| 1462 | + "artifacts": { |
| 1463 | + "darwin/amd64": { |
| 1464 | + "checksum": { |
| 1465 | + "algorithm": "sha256", |
| 1466 | + "value": "fea521456d1d11f2c94e24404e691e0e720133173f672a057a61ff1884f3a82e" |
| 1467 | + }, |
| 1468 | + "entryPoint": "jongio-azd-exec-darwin-amd64", |
| 1469 | + "url": "https://github.com/jongio/azd-exec/releases/download/azd-ext-jongio-azd-exec_0.3.8/jongio-azd-exec-darwin-amd64.zip" |
| 1470 | + }, |
| 1471 | + "darwin/arm64": { |
| 1472 | + "checksum": { |
| 1473 | + "algorithm": "sha256", |
| 1474 | + "value": "1da81460a7d51f0682a0a7601dd8909c3b99df5f839c43a597b640be3a3dbff9" |
| 1475 | + }, |
| 1476 | + "entryPoint": "jongio-azd-exec-darwin-arm64", |
| 1477 | + "url": "https://github.com/jongio/azd-exec/releases/download/azd-ext-jongio-azd-exec_0.3.8/jongio-azd-exec-darwin-arm64.zip" |
| 1478 | + }, |
| 1479 | + "linux/amd64": { |
| 1480 | + "checksum": { |
| 1481 | + "algorithm": "sha256", |
| 1482 | + "value": "35291e4f426895a51f1014d222028260f84bc2c94dda0c3931e25b5cedf89ca3" |
| 1483 | + }, |
| 1484 | + "entryPoint": "jongio-azd-exec-linux-amd64", |
| 1485 | + "url": "https://github.com/jongio/azd-exec/releases/download/azd-ext-jongio-azd-exec_0.3.8/jongio-azd-exec-linux-amd64.tar.gz" |
| 1486 | + }, |
| 1487 | + "linux/arm64": { |
| 1488 | + "checksum": { |
| 1489 | + "algorithm": "sha256", |
| 1490 | + "value": "207f9908dd28b19ef4375d7f39296590791d1f69b251bbc47283ba1b3ad0e356" |
| 1491 | + }, |
| 1492 | + "entryPoint": "jongio-azd-exec-linux-arm64", |
| 1493 | + "url": "https://github.com/jongio/azd-exec/releases/download/azd-ext-jongio-azd-exec_0.3.8/jongio-azd-exec-linux-arm64.tar.gz" |
| 1494 | + }, |
| 1495 | + "windows/amd64": { |
| 1496 | + "checksum": { |
| 1497 | + "algorithm": "sha256", |
| 1498 | + "value": "31dc89b37a625eb2070589f27c2a721e082e34dd47adc22fa9dfe09d67d33d36" |
| 1499 | + }, |
| 1500 | + "entryPoint": "jongio-azd-exec-windows-amd64.exe", |
| 1501 | + "url": "https://github.com/jongio/azd-exec/releases/download/azd-ext-jongio-azd-exec_0.3.8/jongio-azd-exec-windows-amd64.zip" |
| 1502 | + }, |
| 1503 | + "windows/arm64": { |
| 1504 | + "checksum": { |
| 1505 | + "algorithm": "sha256", |
| 1506 | + "value": "f93bb7b344eea3ca2dc526e30752ba316fc2324da42e27d5c9f26592bfb537cc" |
| 1507 | + }, |
| 1508 | + "entryPoint": "jongio-azd-exec-windows-arm64.exe", |
| 1509 | + "url": "https://github.com/jongio/azd-exec/releases/download/azd-ext-jongio-azd-exec_0.3.8/jongio-azd-exec-windows-arm64.zip" |
| 1510 | + } |
| 1511 | + } |
1435 | 1512 | } |
1436 | 1513 | ], |
1437 | 1514 | "tags": [ |
|
0 commit comments