Skip to content
Snippets Groups Projects
README.md 449 B
Newer Older
# Tools for use with FireCloud
abaumann's avatar
abaumann committed
To run a given script:
./run.sh \<directory\>/\<script_name.py\> arguments

In order to run any script you will need to ensure that the Google Cloud SDK is installed: https://cloud.google.com/sdk/downloads

## Authorization
Before running a script you will need to authorize the to set the Application Default Credentials.  You can do this by running the following command: ```gcloud auth application-default login```