From fa64fba80adf1f299b485fb38ed5b38b8e863b85 Mon Sep 17 00:00:00 2001 From: Danil Krox Date: Tue, 27 Jan 2026 15:53:06 +0100 Subject: [PATCH 1/3] Add a deprecation warning --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d76d7242..0ca7bb94 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ Gcore cloud API client ==================================== +**⚠️ This repository is deprecated. Please use [gcore-go](https://github.com/G-Core/gcore-go) instead.** + +Note: gcore-go does not provide a CLI. +--- + Command line client to Gcore cloud API. Installation From 9d58f3bb318369f5af55585618afbf36f266ae09 Mon Sep 17 00:00:00 2001 From: Danil Krox Date: Tue, 27 Jan 2026 15:54:49 +0100 Subject: [PATCH 2/3] Add newlines --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0ca7bb94..0fe7aa7c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Gcore cloud API client **⚠️ This repository is deprecated. Please use [gcore-go](https://github.com/G-Core/gcore-go) instead.** Note: gcore-go does not provide a CLI. + + --- Command line client to Gcore cloud API. From 5cd9da76f1f56329fc8ed97d0cb153d9d253f23f Mon Sep 17 00:00:00 2001 From: Danil Krox Date: Tue, 27 Jan 2026 16:01:12 +0100 Subject: [PATCH 3/3] Reword --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0fe7aa7c..65d9bcc0 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ -Gcore cloud API client -==================================== +# ⚠️ DEPRECATION NOTICE -**⚠️ This repository is deprecated. Please use [gcore-go](https://github.com/G-Core/gcore-go) instead.** +This project has been **deprecated** and is **no longer maintained**. Please use [gcore-go](https://github.com/G-Core/gcore-go) instead.** Note: gcore-go does not provide a CLI. - --- +Gcore cloud API client +==================================== + Command line client to Gcore cloud API. Installation