Globus CLI
Project description
Globus CLI
A Command Line Interface to Globus.
Source Code: https://github.com/globusonline/globus-cli
Documentation: http://globus.github.io/globus-cli
Installation
The easiest way to install the Globus CLI is using the pip python package manager:
pip install globus-cli
This will automatically install the CLI and all its dependencies.
You can also get a bleeding-edge version under development directly from the source:
git checkout https://github.com/globusonline/globus-cli.git cd globus-cli python setup.py install
Running the CLI
Once you have the CLI installed, you should be able to use the globus
command, as in globus transfer ls --endpoint-id ...
To get started, you’ll need to get tokens to authenticate to the Globus Service. To get help info on getting tokens, just run
globus login
and to see the available commands, run
globus list-commands
Bugs and Feature Requests
Bugs reports and feature requests are open submission, and should be filed at https://github.com/globusonline/globus-cli/issues
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.