-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add app detection package #2647
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - I think in practice my two code changes don't actually matter other than making the code a little more understandable (the way the logic is structured I think it will not change behavior)
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSIContainer
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
Add
appdetect
, a package that detects application projects on the filesystem by scanning files and applying heuristics. This involves only static analysis of files.As an example usage, see #2561 where we'll be using the package to analyze emitted metadata about the projects to feed
azure.yaml
and infra generation.Closes #2615