gromit

command module
v1.0.1 Latest Latest
Warning

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

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

README

Gromit

This is ostensibly a cobra app.

% ./gromit --help
A longer description that spans multiple lines and likely contains
examples and usage of using your application. For example:

Cobra is a CLI library for Go that empowers applications.
This application is a tool to generate the needed files
to quickly create a Cobra application.

Usage:
  gromit [command]

Available Commands:
  client      Interact with the gromit server
  help        Help about any command
  serve       Run endpoint for github requests

Flags:
      --config string   config file (default is $HOME/.gromit.yaml)
  -h, --help            help for gromit
  -t, --toggle          Help message for toggle

Use "gromit [command] --help" for more information about a command.

Server

This runs at gromit.dev.tyk.technology and listens for the requests that come in from the int-images Github Actions.

% ./gromit serve --help
Runs an HTTPS server, bound to 443 that can be accesses only via mTLS. 

This endpoint is notified by the int-image workflows in the various repos when there is a new build

Usage:
  gromit serve [flags]

Flags:
      --certpath string   path to rootca and key pair. Expects files named ca.pem, server(-key).pem (default "certs")
  -h, --help              help for serve

Global Flags:
      --config string   config file (default is $HOME/.gromit.yaml)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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