fx resultstore

Manage build ResultStore configuration. ResultStore is a service

usage:
 fx resultstore status
      Show if ResultStore uploading during fx build is enabled or disabled.

 fx resultstore enable
      Enable ResultStore uploading during fx build.

 fx resultstore disable
      Disable ResultStore uploading during fx build.

ResultStore data will contain information about the users's environment,
including $USER name, and working directory.
ResultStore data however, is only visible internally to Googlers.

resultstore source code