Skip to content

Commit 6ce63fc

Browse files
authored
docs: update branding to GreenNode, update changelog (#7)
2 parents 4e4e369 + 1b8fe5a commit 6ce63fc

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.changes/0.1.2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
{
33
"type": "feature",
44
"category": "vks",
5-
"description": "Green Node CLI release"
5+
"description": "GreenNode CLI release"
66
}
77
]

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
## 0.1.2
44

55
### Features
6-
* **vks**: Green Node CLI release
6+
* **vks**: GreenNode CLI release
77

88
## 0.1.1
99

1010
### Features
11-
* **vks**: Green Node CLI release
11+
* **vks**: GreenNode CLI release
1212

1313
## 0.1.0
1414

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Greenode CLI
1+
# GreenNode CLI
22

3-
Universal Command Line Interface for Green Node.
3+
Universal Command Line Interface for GreenNode.
44

5-
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.
5+
The GreenNode CLI (`grn`) is a unified tool to manage your GreenNode services from the command line.
66

77
## Quick Start
88

docs/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Install from PyPI
1010

11-
The recommended way to install the Greenode CLI is to use `pip` in a `virtualenv`:
11+
The recommended way to install the GreenNode CLI is to use `pip` in a `virtualenv`:
1212

1313
```bash
1414
python -m pip install grncli
@@ -48,13 +48,13 @@ python -m pip install -e ".[dev]"
4848

4949
## Bundled installer
5050

51-
On Linux and macOS, the Greenode CLI can be installed using a standalone installer that creates an isolated virtualenv:
51+
On Linux and macOS, the GreenNode CLI can be installed using a standalone installer that creates an isolated virtualenv:
5252

5353
```bash
5454
./scripts/install
5555
```
5656

57-
This installs to `~/.local/lib/greenode` and symlinks `grn` to `~/.local/bin/`. Make sure `~/.local/bin` is in your `PATH`.
57+
This installs to `~/.local/lib/GreenNode` and symlinks `grn` to `~/.local/bin/`. Make sure `~/.local/bin` is in your `PATH`.
5858

5959
## Offline install
6060

0 commit comments

Comments
 (0)