Skip to content

Feat cmdline args

Mitchell Moore requested to merge feat-cmdline-args into master

Created by: mmoo97

Create a argument parser to run the code via a script to initiate a single transfer given enpoint ids and directories via the globus api.

  • Built logic to deliver a refresh token upon globus authentication.
  • Allows for optional use of refresh token to facilitate a chron job workflow.
  • Includes help message for use on how to effectively utilize the gernerate_data.py script

Merge request reports