proxystore.globus.cli¶
ProxyStore Globus Auth CLI.
# basic login/logout
proxystore-globus-auth login
proxystore-globus-auth logout
# give consent for specific collections
proxystore-globus-auth login --collection COLLECTION_UUID --collection COLLECTION_UUID ...
# specify additional scopes
proxystore-globus-auth login --scope SCOPE --scope SCOPE ...
cli
¶
login
¶
Authenticate with Globus Auth.
This requests scopes for Globus Auth, Globus Transfer, and the ProxyStore relay server. Collections or scopes options can be strung together. E.g., request transfer scope for multiple collections with:
$ proxystore-globus-auth -c UUID -c UUID -c UUID