proctor

command module
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

README

Proctor

Build Status

Description

Proctor is a developer friendly automation orchestrator. It helps everyone use automation and contribute to it

proctor CLI

Proctor CLI is a command line tool to interact with proctord. Users can use it to run procs.

Dev environment setup
  • Install and setup golang
  • Install glide
  • Clone the repository: go get github.com/gojektech/proctor
  • Install dependencies using glide: glide install
  • Configure proctor CLI
  • Running go install github.com/gojektech/proctor will place the CLI binary in your $GOPATH/bin directory
  • Run proctor version to check installation
Running tests
  • Setup dev environment
  • cd proctord. Refer README to setup test environment of proctord
  • After setting up test env for proctord, cd ..
  • Configure environment variables source .env.test
  • Run tests: go test -race -cover $(glide novendor)
Proctor CLI configuration
  • Make a directory .proctor inside your home directory
  • Create a file proctor.yaml inside above directory
  • Put the following content in the above file
PROCTOR_HOST: [hostname where proctord is running]

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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