Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 416 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 416 Bytes

viatctl

CLI tool for Aviator

Purpose

Management tool to control Aviator service through CLI environment

Usage (Developer)

1. clone Github Repository

$ git clone https://github.com/cloud-club/viatctl.git

2. Build viatctl

$ go build

Environment

  • GO : 1.21.1

Code structure referenced from kubectl/create