bash

command
v0.8.0 Latest Latest
Warning

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

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

README

bash

This tool is for executing shell command. To override base shell image update .ko.yaml file. This is currently used in internal containers, mainly related to PipelineResource.

To use it, run

image: github.com/tektoncd/pipeline/cmd/bash
args: ['-args', 'ARGUMENTS_FOR_SHELL_COMMAND']

For help, run man sub-command

image: github.com/tektoncd/pipeline/cmd/bash
args: ['-args', `man`,`mkdir`]

For example: Following example executes shell sub-command mkdir

image: github.com/tektoncd/pipeline/cmd/bash
args:  ['-args', 'mkdir', '-p', '/workspace/gcs-dir']

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