indigo

command module
v0.0.0-...-007df55 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2023 License: MIT Imports: 2 Imported by: 0

README

indigo

ci

indigo is a WebARENA Indigo API client written in Go.

Installation

To install indigo, you can run the command below.

go install github.com/dytlzl/indigo@latest

And you also have to create a credential file contains a content like below as $HOME/.indigo.yaml.

credential:
  key: <API Key>
  secret: <API Secret>

Usage

Listing instances
$ indigo get instances
NAME     STATUS    AGE   IP                OS            PLAN
node00   Running   17d   xxx.xxx.xxx.xxx   Ubuntu20.04   2CR2GB
node01   Running   17d   xxx.xxx.xxx.xxx   Ubuntu20.04   2CR2GB
node02   Running   17d   xxx.xxx.xxx.xxx   Ubuntu20.04   2CR2GB
node03   Running   17d   xxx.xxx.xxx.xxx   Ubuntu20.04   2CR2GB
Listing Firewalls
$ indigo get firewalls
NAME      AGE
default   30d
outbound  15d

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
di
pkg
infra/api/mock
Package mock_api is a generated GoMock package.
Package mock_api is a generated GoMock package.
usecase/mock
Package mock_usecase is a generated GoMock package.
Package mock_usecase is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL