deckhouse / deckhouse-cli

Command Line Interface to work with Deckhouse Kubernetes Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deckhouse Client

Deckhouse Client (d8) is a command-line client for Deckhouse.

How to install?

From install script (Linux or macOS)

The install script will automatically grab the latest version of d8 and install it locally.

You can fetch and run this script via curl:

curl -fsSL -o d8-install.sh https://raw.githubusercontent.com/deckhouse/deckhouse-cli/main/d8-install.sh
bash d8-install.sh

of via wget:

wget -q https://raw.githubusercontent.com/deckhouse/deckhouse-cli/main/d8-install.sh
bash d8-install.sh

From binary releases

To install the d8 binary from the provided GitHub release link, follow these steps:

  1. Download your desired version
  2. Unpack it (tar -xvf d8-v0.1.0-linux-amd64.tar.gz)
  3. Find the d8 binary in the unpacked directory, and move it to its desired destination (mv linux-amd64/d8 /usr/local/bin/d8)

About

Command Line Interface to work with Deckhouse Kubernetes Platform

License:Apache License 2.0


Languages

Language:Go 98.6%Language:Shell 1.4%