Documentation
¶
Overview ¶
Copyright 2023 Google LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Binary reproxytool has a variety of functionality to usefully parse both reproxy.INFO and reproxy.rrpl files.
To see help information:
bazelisk run //cmd/reproxytool:reproxytool -- --help
Example Invocation 1: Convert reproxy.INFO log to usage CSV:
bazelisk run //cmd/reproxytool:reproxytool -- \ --operation=usage_to_csv --log_path=/tmp/reproxy.INFO \ --alsologtostderr
Example Invocation 2: Fetch and action from RBE and display it:
bazelisk run //cmd/reproxytool:reproxytool -- \ --operation show_action --instance=<instance> \ --service <service> --alsologtostderr --v 1 \ --use_application_default_credentials=true --digest <digest>