Initial commit
This commit is contained in:
16
.claude-plugin/plugin.json
Normal file
16
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "dd-trace-dotnet-azure-functions",
|
||||
"description": "Azure Functions-specific commands for Datadog .NET tracer development. Includes building, testing, debugging, and deploying Azure Functions instrumentation.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Lucas Pimentel",
|
||||
"github": "lucaspimentel"
|
||||
},
|
||||
"commands": [
|
||||
"./commands/azure-functions-nuget.md",
|
||||
"./commands/create-sample-function.md",
|
||||
"./commands/debug-azure-functions.md",
|
||||
"./commands/deploy-azure.md",
|
||||
"./commands/test-azure-functions.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user