Skip to content

Releases: globus/globus-cli

v1.12.0

12 Mar 19:19
1.12.0
764d9d7
Compare
Choose a tag to compare

Bugfixes:

  • If a new refresh_token is issued when a token refreshes, it will be stored correctly.

  • Paths being joined for --batch mode for globus transfer and globus delete on Windows were joined incorrectly with the platform path separator (\). They are now joined correctly with /

Enhancements:

  • Error and hint outputs are styled using colors when the output is being written to a terminal.

    • Supports macOS and Linux by default using ANSI colors.

    • You can install colorama (pip install colorama) in the same environment as the CLI to get color support on Windows.

  • Endpoints whose activation requirements do not include any myproxy requirements now give an informative error message if myproxy activation is attempted

  • Add support for --external-checksum and --checksum-algorithm in globus transfer commands

Other:

  • Internally, use the globus_sdk.IdentityMap construct, not a custom mapping type.

  • Remove official support for python3.4, add support for python3.8

  • Improvements to help text

v1.11.0

13 Aug 18:17
1.11.0
ba42749
Compare
Choose a tag to compare

Enhancements:

  • Add --limit <count> option to globus endpoint search command.

Other:

  • Upgrade to click version 7.

v1.10.1

19 Mar 16:13
1.10.1
0f5f791
Compare
Choose a tag to compare
  • Rename globus session boost command to globus session update (#458)

v1.10.0

11 Mar 22:01
1.10.0
665fb96
Compare
Choose a tag to compare

Enhancements:

  • Add --timeout-exit-code option to override the default exit code (1) for commands that wait on tasks. For example, globus task wait <task_id> --timeout 60 --timeout-exit-code 0. (#451)

v1.9.1

11 Mar 18:06
1.9.1
0c0c5fb
Compare
Choose a tag to compare

Maintenance:

  • Update dependencies.

v1.9.0

07 Nov 21:40
1.9.0
341b394
Compare
Choose a tag to compare

Enhancements:

  • GCP connection/paused status via the endpoint resource (#440)
  • Update WebApp links (#438)
  • Minor internal improvements

v1.8.0

29 Aug 20:28
1.8.0
0bb10ee
Compare
Choose a tag to compare

Enhancements:

  • Add support for using high assurance collections (#434)

v1.7.0

03 Aug 17:49
1.7.0
Compare
Choose a tag to compare

Enhancements:

  • Add the --no-default-directory flag to globus endpoint create and globus endpoint update which unsets the default directory setting (#428)

v1.6.3

03 Aug 17:48
1.6.3
f06b3ad
Compare
Choose a tag to compare

Enhancements:

  • Verbose output option for version command (#420)
  • Lists of roles and permissions are now faster (#424)

v1.6.2

06 Jun 17:02
8c99e04
Compare
Choose a tag to compare

Bugfixes:

  • Fix handling of Groups in globus endpoint role list #417