package
0.0.3
Repository: https://github.com/bhojpur/knative-pkg.git
Documentation: pkg.go.dev

# Functions

NewCommand creates an Command, breaking out .Name and .Args for you.
NewDocker creates a Docker instance with default Docker command arguments for running interactively.

# Structs

Command represents running an executable, to make it easy to write interactive "shell scripts" in Go.
Docker is mostly an Command preloaded with arguments which setup Docker for running an image interactively.

# Type aliases

Env represents a collection of environment variables and their values.