Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changes/0.1.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
"type": "feature",
"category": "vks",
"description": "Green Node CLI release"
"description": "GreenNode CLI release"
}
]
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
Loading