Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 5d873c3

Browse files
committed
Add JmesPath service
1 parent f5a12c8 commit 5d873c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using ApiSdk;
22
using Azure.Identity;
3+
using DevLab.JmesPath;
34
using Microsoft.Extensions.Configuration;
45
using Microsoft.Extensions.DependencyInjection;
56
using Microsoft.Extensions.Hosting;
@@ -128,6 +129,7 @@ static IHostBuilder CreateHostBuilder(string[] args) =>
128129
services.Configure<AuthenticationOptions>(authSection);
129130
services.AddSingleton<IPathUtility, PathUtility>();
130131
services.AddSingleton<IOutputFilter, JmesPathOutputFilter>();
132+
services.AddSingleton<JmesPath>();
131133
services.AddSingleton<IOutputFormatterFactory, OutputFormatterFactory>();
132134
});
133135

0 commit comments

Comments
 (0)