app

package module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2020 License: Apache-2.0 Imports: 17 Imported by: 0

README

ecs

Command line application written in GO

Apache 2.0 License Go Version Go Go Report Card Docker Pulls

Installation

Latest binary releases are available via GitHub Releases.

Build

Build a local distribution for evaluation using goreleaser.

goreleaser release --skip-publish --snapshot --rm-dist

This will create an executable application for your os/architecture under dist:

dist
├── <app>_darwin_amd64
│   └── <app>
├── <app>_linux_386
│   └── <app>
├── <app>_linux_amd64
│   └── <app>
├── <app>_linux_arm64
│   └── <app>
├── <app>_linux_arm_6
│   └── <app>
└── <app>_windows_amd64
    └── <app>.exe

Build and execute locally:

  • Get dependencies
go get -d ./...
  • Build
go build cmd/main.go
  • Run
./main

License

This project is licensed under Apache 2.0.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	ClusterQuery string
	Query        string
	PublicKey    string
	// contains filtered or unexported fields
}

func (*App) Run

func (a *App) Run(writer io.Writer) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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