Enhancements:
-
Add the
--no-default-directoryflag toglobus endpoint createandglobus endpoint updatewhich unsets the default directory setting (428)
Bugfixes:
-
Fix handling of Groups in
globus endpoint role list(417)
Enhancements:
-
Add
--notifyoption toglobus transferandglobus deleteto turn notifications on or off (383) -
Add
--filteroption toglobus ls(384) -
Add
globus endpoint local-idcommand to get the endpoint ID of a local Globus Connect Personal installation (382) -
Add
--notify-emailand--notify-messageoptions toglobus endpoint permission create(381) -
globus deletewill now prompt when the last character is a wildcard*(interactive only) (380)-
globus delete --star-silentorglobus delete --unsafecan be used to skip the prompt
-
-
Minor documentation improvements
Bugfixes:
-
Fix error rendering with
--format json(377)
Bugfixes:
-
Improve handling of non-ascii user names (354)
Enhancements:
-
Allow enabling or disabling the "managed" state of an endpoint via the
--managed,--no-managed, and--subscription-idoptions to theglobus endpoint updatecommand.
Enhancements:
-
Use the
cryptographypackage instead ofM2Cryptofor thedelegate-proxyfeature.-
Note: If you are using the
delegate-proxyfeature and previously installed the CLI along withM2Crypto, you will need to activate the CLI’s virtualenv and install thecryptographydependency:
-
source $HOME/.globus-cli-virtualenv/bin/activate
pip install globus-cli[delegate-proxy] --upgrade
deactivateEnhancements:
-
Add Delegate Proxy Activation to 'globus endpoint activate' (requires M2Crypto for options to be displayed) (306)
-
Allow 'globus bookmark rename' and 'globus bookmark delete' to accept either a bookmark name or id. (292)
-
Validate tokens upon login. (286)
-
Raise more helpful error messages on missing / invalid tokens. (299)
-
Display additional helptext with 'globus login'. (289)
-
Display additional fields with 'globus task show'. (301)
-
Make conflicting filters mutually exclusive in 'globus task event-list' (294)
Bugfixes: