{"id":13707066,"url":"https://github.com/Azure/azure-dev","last_synced_at":"2025-05-05T23:32:11.246Z","repository":{"id":44666625,"uuid":"510889311","full_name":"Azure/azure-dev","owner":"Azure","description":"A developer CLI that reduces the time it takes to get started on Azure. The Azure Developer CLI (azd) provides developer-friendly commands that map to key workflow stages: code, build, deploy, monitor, repeat.","archived":false,"fork":false,"pushed_at":"2025-05-01T18:44:18.000Z","size":23554,"stargazers_count":444,"open_issues_count":790,"forks_count":218,"subscribers_count":242,"default_branch":"main","last_synced_at":"2025-05-01T19:41:08.171Z","etag":null,"topics":["azure","deployments","microsoft"],"latest_commit_sha":null,"homepage":"https://aka.ms/azd","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Azure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-07-05T20:47:01.000Z","updated_at":"2025-05-01T18:44:22.000Z","dependencies_parsed_at":"2023-12-22T20:57:19.096Z","dependency_job_id":"c1ded2c3-ebfc-4c36-abf8-33c4aeb28d85","html_url":"https://github.com/Azure/azure-dev","commit_stats":{"total_commits":1458,"total_committers":67,"mean_commits":"21.761194029850746","dds":0.8031550068587106,"last_synced_commit":"88927a20f8b46281a493d643f4d675a19bf3ac8b"},"previous_names":[],"tags_count":82,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fazure-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fazure-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fazure-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fazure-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azure","download_url":"https://codeload.github.com/Azure/azure-dev/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252593337,"owners_count":21773444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","deployments","microsoft"],"created_at":"2024-08-02T22:01:17.412Z","updated_at":"2025-05-05T23:32:06.232Z","avatar_url":"https://github.com/Azure.png","language":"Go","funding_links":[],"categories":["azure","Go","Azure"],"sub_categories":[],"readme":"# Azure Developer CLI\n\nLatest builds:\n\n| Artifact  | Version | Download |\n| ------- | ------- | -------- |\n| azd | ![azd version](https://img.shields.io/endpoint?url=https%3A%2F%2Fazuresdkreleasepreview.blob.core.windows.net%2Fazd%2Fstandalone%2Flatest%2Fshield.json) | [Windows](https://azuresdkreleasepreview.blob.core.windows.net/azd/standalone/latest/azd-windows-amd64.zip) \u0026vert; [Linux](https://azuresdkreleasepreview.blob.core.windows.net/azd/standalone/latest/azd-linux-amd64.tar.gz) \u0026vert; [Mac](https://azuresdkreleasepreview.blob.core.windows.net/azd/standalone/latest/azd-darwin-amd64.zip) |\n| vscode extension | ![vscode extension version](https://img.shields.io/endpoint?url=https%3A%2F%2Fazuresdkreleasepreview.blob.core.windows.net%2Fazd%2Fvscode%2Flatest%2Fshield.json) | [VSIX](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azure-dev) |\n| docker image | ![azd version](https://img.shields.io/endpoint?url=https%3A%2F%2Fazuresdkreleasepreview.blob.core.windows.net%2Fazd%2Fstandalone%2Flatest%2Fshield.json) | [`mcr.microsoft.com/azure-dev-cli-apps:latest`](https://mcr.microsoft.com/en-us/product/azure-dev-cli-apps/about)\n\nThe Azure Developer CLI (`azd`) is a developer-centric command-line interface (CLI) tool for creating Azure applications. The goals of the CLI are to:\n\n- reduce the time required for a developer to be productive\n- demonstrate opinionated best practices for Azure development\n- help developers understand core Azure development constructs\n\nTo take full advantage of the CLI, code repositories need to conform to a well defined set of conventions that will be recognized by the tooling. Please checkout the [wiki](https://github.com/Azure/azure-dev/wiki) for more information and to get started. Use [discussions](https://github.com/Azure/azure-dev/discussions) to participate in the conversation, ask questions, and see the latest announcements.\n\n## Install/Upgrade Azure Developer CLI\n\nInstall and Upgrade using the following scripts. Re-running the script will install the latest available version.\n\nFor advanced install scenarios see [Azure Developer CLI Installer Scripts](cli/installer/README.md).\n\n### Windows\n\n#### Windows Package Manager (winget)\n\n```powershell\nwinget install microsoft.azd\n```\n\n#### Chocolatey\n\n```powershell\nchoco install azd\n```\n\n#### Install script\n\n```powershell\npowershell -ex AllSigned -c \"Invoke-RestMethod 'https://aka.ms/install-azd.ps1' | Invoke-Expression\"\n```\n### MacOS\n\n#### Homebrew\n\n```bash\nbrew tap azure/azd \u0026\u0026 brew install azd\n```\n\nIf using `brew` to upgrade `azd` from a version not installed using `brew`, remove the existing version of `azd` using the uninstall script (if installed to the default location) or by deleting the `azd` binary manually.\n\n### Linux\n\n```\ncurl -fsSL https://aka.ms/install-azd.sh | bash\n```\n\n## Set Up Shell Completion\n\nThe CLI supports shell completion for `bash`, `zsh`, `fish` and `powershell`.\n\nTo learn how to install shell completion for the CLI for your shell, run `azd completion [bash | zsh | fish | powershell] --help`.\nFor example, to get the instructions for `bash` run `azd completion bash --help`\n\n## Uninstall Azure Developer CLI\n\n### Windows\n\n#### Uninstalling 0.5.0-beta.1 and later\n\nThe Azure Developer CLI uses MSI to install on Windows. Use the \"Add or remove programs\" dialog in Windows to remove the \"Azure Developer CLI\" application. If installed using a package manager like winget or choco, uninstall using the package manager's uninstall command.\n\n#### Uninstalling version 0.4.0-beta.1 and earlier\n\nUse this PowerShell script to uninstall Azure Developer CLI 0.4.0-beta.1 and earlier.\n\n```powershell\npowershell -ex AllSigned -c \"Invoke-RestMethod 'https://aka.ms/uninstall-azd.ps1' | Invoke-Expression\"\n```\n\n### Linux/MacOS\n\nIf installed using the script, uninstall using this script.\n\n```\ncurl -fsSL https://aka.ms/uninstall-azd.sh | bash\n```\n\nIf installed using a package manager, uninstall using the package manager's uninstall command.\n\n## Data Collection\n\nThe software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft's privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkId=521839. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.\n\n### Telemetry Configuration\n\nTelemetry collection is on by default.\n\nTo opt out, set the environment variable `AZURE_DEV_COLLECT_TELEMETRY` to `no` in your environment.\n\n## Contributing\n\nThis project welcomes contributions and suggestions.  Most contributions require you to agree to a\nContributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\nthe rights to use your contribution. For details, visit https://cla.microsoft.com.\n\nWhen you submit a pull request, a CLA-bot will automatically determine whether you need to provide\na CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions\nprovided by the bot. You will only need to do this once across all repos using our CLA.\n\nPlease see our [contributing guide](cli/azd/CONTRIBUTING.md) for complete instructions on how you can contribute to the Azure Developer CLI.\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n\n## Trademark Notice\n\nTrademarks This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft’s Trademark \u0026 Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party’s policies.\n\n## License - Azure Developer CLI Templates Trust Notice\nLearn more about running third-party code on [our DevHub](https://learn.microsoft.com/azure/developer/azure-developer-cli/azd-templates#guidelines-for-using-azd-templates)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAzure%2Fazure-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAzure%2Fazure-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAzure%2Fazure-dev/lists"}