rexec

command
v0.0.0-...-ebb4f00 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Main package for the rexec binary.

This tool executes a command remotely, downloading the command outputs and propagating its stdout and stderr.

Example usage:

rexec --alsologtostderr --v 1 \
  --service remotebuildexecution.googleapis.com:443 \
  --instance $INSTANCE \
  --credential_file $CRED_FILE \
  --exec_root $HOME/example \
  --platform container-image $CONTAINER \
  --inputs a/hello,a/goodbye
  --working_directory foo/bar
  --output_files foo/bar/out
  -- /bin/bash -c 'cat hello goodbye > out'

Jump to

Keyboard shortcuts

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