I am new to Scio and was trying to learn more about it. I saw some examples in the Scio source code and wanted to run it. But it asks for some argument which I am unaware and are not specified in Docs.
val (sc, args) = ContextAndArgs(cmdlineArgs)
For this part of the code, I need to pass some arguments and I am not aware what that exactly needs and in what format. Also, how can I pass Google Cloud Credential directly to the code if I don't have gsutil installed in the system?