yfuzz-cli

command
v0.0.10 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2018 License: Apache-2.0 Imports: 8 Imported by: 0

README

yFuzz CLI

godoc

A simple command-line utility for yFuzz.

Diagram

Table of Contents

Prerequisites:

To build the CLI, you will need Go, Glide, and Make.

Install

$ git clone https://github.com/yahoo/yfuzz.git
$ cd yfuzz/cmd/yfuzz-cli
$ make install

Usage

$ yfuzz-cli [COMMAND]
Commands
  • create, c: Create a job from a docker image.
  • list, ls: List all jobs
  • status, st: Get the status of the specified job
  • delete, d: Delete the specified job
  • help, h: Shows a list of commands or help for one command

Settings

The yFuzz CLI will read configuration from a file called cli-config.yaml (or any other format supported by viper) located either in $HOME/.yfuzz, /etc/yfuzz, or the current directory.

api: yFuzz server URL tls.user-cert: Path to a user x509 certificate for mutual TLS authentication. tls.user-key: Path to the private key associated with the x509 certificate. tls.ca-cert: Path to the certificate of a CA used to sign the yFuzz server's certificate. (optional)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package api contains wrapper functions for communicating with the yFuzz API endpoints.
Package api contains wrapper functions for communicating with the yFuzz API endpoints.
Package config reads configuration information from files.
Package config reads configuration information from files.

Jump to

Keyboard shortcuts

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