From 1b8fe5abd1b8166f2c0b10a59a29e37a71414f40 Mon Sep 17 00:00:00 2001 From: tytv2 Date: Sat, 11 Apr 2026 22:30:03 +0700 Subject: [PATCH] docs: update branding to GreenNode, update changelog --- .changes/0.1.2.json | 2 +- CHANGELOG.md | 4 ++-- docs/index.md | 6 +++--- docs/installation.md | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.changes/0.1.2.json b/.changes/0.1.2.json index 4cdf70e..7fbbd3c 100644 --- a/.changes/0.1.2.json +++ b/.changes/0.1.2.json @@ -2,6 +2,6 @@ { "type": "feature", "category": "vks", - "description": "Green Node CLI release" + "description": "GreenNode CLI release" } ] diff --git a/CHANGELOG.md b/CHANGELOG.md index a95e687..66bcd49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,12 @@ ## 0.1.2 ### Features -* **vks**: Green Node CLI release +* **vks**: GreenNode CLI release ## 0.1.1 ### Features -* **vks**: Green Node CLI release +* **vks**: GreenNode CLI release ## 0.1.0 diff --git a/docs/index.md b/docs/index.md index 7bbd000..794d937 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,8 +1,8 @@ -# Greenode CLI +# GreenNode CLI -Universal Command Line Interface for Green Node. +Universal Command Line Interface for GreenNode. -The Greenode CLI (`grn`) is a unified tool to manage your Green Node services from the command line. It is modeled after the AWS CLI architecture and supports hand-written commands, with VKS (VNG Kubernetes Service) as the first service. +The GreenNode CLI (`grn`) is a unified tool to manage your GreenNode services from the command line. ## Quick Start diff --git a/docs/installation.md b/docs/installation.md index 53d00de..6f24688 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -8,7 +8,7 @@ ## Install from PyPI -The recommended way to install the Greenode CLI is to use `pip` in a `virtualenv`: +The recommended way to install the GreenNode CLI is to use `pip` in a `virtualenv`: ```bash python -m pip install grncli @@ -48,13 +48,13 @@ python -m pip install -e ".[dev]" ## Bundled installer -On Linux and macOS, the Greenode CLI can be installed using a standalone installer that creates an isolated virtualenv: +On Linux and macOS, the GreenNode CLI can be installed using a standalone installer that creates an isolated virtualenv: ```bash ./scripts/install ``` -This installs to `~/.local/lib/greenode` and symlinks `grn` to `~/.local/bin/`. Make sure `~/.local/bin` is in your `PATH`. +This installs to `~/.local/lib/GreenNode` and symlinks `grn` to `~/.local/bin/`. Make sure `~/.local/bin` is in your `PATH`. ## Offline install