From ab6697d09ae8f4a01c2fb482fe163c391f08eeea Mon Sep 17 00:00:00 2001 From: "Andrew W. Harn" Date: Fri, 10 Nov 2023 12:44:17 -0500 Subject: [PATCH] Update readme to point to CLI monorepo Signed-off-by: Andrew W. Harn --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ea183fb37..cf513ed0d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [![codecov](https://codecov.io/gh/zowe/imperative/branch/master/graph/badge.svg)](https://codecov.io/gh/zowe/imperative) [![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/2245/badge)](https://bestpractices.coreinfrastructure.org/projects/2245) +**This package has moved to the [Zowe CLI Monorepo](https://github.com/zowe/zowe-cli/)** + Imperative CLI Framework is a command processing system that lets you quickly build customized command-line interfaces. Focus on adding functionality for your users rather than creating CLI infrastructure. We provide you with all the tools to get started building your own CLI plug-ins. ## Software Requirements