tele

command module
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2021 License: MIT Imports: 22 Imported by: 0

README

tele

A simple Telepresence wrapper tool for microservice development.

Usage:
  tele [flags] <shell command>

Examples:
tele --port 8080:8080 go run main.go

Flags:
  -h, --help               help for tele
      --namespace string   name space of kubernetes (default "default")
      --port string        expose http server port
      --sudo               execute commands as a super user
      --user string        user name for prefix of deployment name. (default "home directory name")
  -v, --version            version for tele

Installation

 go install github.com/biosugar0/tele

This command uses the --new-deployment option of telepresense, as shown below example.

tele uses the --new-deployment

 telepresence --namespace {--namespace} --method inject-tcp --new-deployment {--user}-{repository}-{branch} --expose {--port} --run bash -c "<shell command>"

Requirement

  • Telepresence
  • kubectl
  • git

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
pkg

Jump to

Keyboard shortcuts

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