From 7126cea71495e1f375995f62629638784d814ebb Mon Sep 17 00:00:00 2001 From: Krish Suchak Date: Mon, 27 Apr 2026 17:21:31 -0400 Subject: [PATCH 1/2] docs: add archive notice to README This repository is no longer actively maintained. Add a visible warning to the README so visitors are aware. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 15e3c0d5..3d659cbb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # otdfctl: cli to manage OpenTDF Platform +> [!WARNING] +> This repository has been archived and is no longer actively maintained. + This command line interface is used to manage OpenTDF Platform. The main goals are to: From 1172608fb4c98df0347a2da1e06bbf68a847ee62 Mon Sep 17 00:00:00 2001 From: Krish Suchak <42231639+alkalescent@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:24:53 -0400 Subject: [PATCH 2/2] Update README.md Co-authored-by: Jake Van Vorhis <83739412+jakedoublev@users.noreply.github.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3d659cbb..7f7e47d8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ > [!WARNING] > This repository has been archived and is no longer actively maintained. +> +> The codebase and CLI have been moved to the [OpenTDF Platform monorepo](https://github.com/opentdf/platform/tree/main/otdfctl). This command line interface is used to manage OpenTDF Platform.