remotetool

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: 9 Imported by: 0

Documentation

Overview

Main package for the remotetool binary.

This tool supports common debugging operations concerning remotely executed actions: 1. Download a file or directory from remote cache by its digest. 2. Display details of a remotely executed action. 3. Download action results by the action digest. 4. Re-execute remote action (with optional inputs override).

Example (download an action result from remote action cache):

bazelisk run //go/cmd/remotetool -- \
 --operation=download_action_result \
	--instance=$INSTANCE \
	--service remotebuildexecution.googleapis.com:443 \
	--alsologtostderr --v 1 \
	--credential_file $CRED_FILE \
	--digest=52a54724e6b3dff3bc44ef5dceb3aab5892f2fc7e37fce5aa6e16a7a266fbed6/147 \
	--path=`pwd`/tmp

Jump to

Keyboard shortcuts

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