From 94a2339f2cbdb33c3844b3a3207991c04edc3c98 Mon Sep 17 00:00:00 2001 From: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com> Date: Fri, 15 Dec 2023 11:30:13 -0500 Subject: [PATCH] update Extender.md file Signed-off-by: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com> --- docs/early-access/v3/Extenders.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/early-access/v3/Extenders.md b/docs/early-access/v3/Extenders.md index 4ec2a15ee1..cf5769f0d2 100644 --- a/docs/early-access/v3/Extenders.md +++ b/docs/early-access/v3/Extenders.md @@ -18,3 +18,4 @@ ## New APIs Added - `ICommand.issueUnixCommand` added for issuing Unix Commands +- Optional `ICommand.sshProfileRequired` API returning a boolean value for extenders that would like to use the ssh profile for issuing UNIX commands via Zowe Explorer.