cli

command
v0.0.0-...-0b82c43 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2016 License: Apache-2.0 Imports: 21 Imported by: 0

README

kontinuous-cli

A cli client for kontinuous.

Configuration

Create configuration file. By default, kontinuous-cli reads the config file named config from the current directory.

Host: http://kontinuous-url
Token: github-token
Secret: base64-encoded-secret

Running kontinuous-cli

Get Help.

$ kontinuous-cli --help

Example: getting a list of pipelines.

$ kontinuous-cli get-pipelines

Deploy Kontinuous to the cluster

$ kontinuous-cli --namespace {namespace} \
    --auth-secret {base64 encoded secret} \
    --github-client-id {github client id} \
    --github-client-secret {github client secret}

Remove recently deployed Kontinuous from the cluster

$ kontinuous-cli deploy remove

Notes

Kontinuous internal registry uses Cluster IP. Should there be any changes on the IP address, please execute the following cli command:

$ kontinuous-cli --namespace {namespace} \
    --auth-secret {base64 encoded secret} \
    --github-client-id {github client id} \
    --github-client-secret {github client secret}

This is still WIP.

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