Working with the GCP Google CLI, specifically the "cp" method to copy files. I need to call it programatically, but can't find the executable to invoke.
Due to limitations in the project, really don't want to call cmd.exe and pass an arg to it like "gsutil cp sourceFile destinationFile".
Where is the executable located?