Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

globus group update --terms-and-conditions #1038

Merged

Conversation

derek-globus
Copy link
Contributor

What?

  • Added a --terms-and-conditions flag to the globus group update command.
  • Added a Terms and Conditions field to the globus group show command.

Why?

The field exists in the groups API but was never added to the CLI here.

(Customer question about it in email thread here.)

Testing

> globus group update f353afe3-35ca-11ed-a698-4ffe8363feee --terms-and-conditions ""
Group updated successfully

> globus group show f353afe3-35ca-11ed-a698-4ffe8363feee                            
Group ID:              f353afe3-35ca-11ed-a698-4ffe8363feee
Name:                  derek-test
Description:           Testing Globus Group Functionality
Type:                  regular
Visibility:            private
Membership Visibility: managers
Session Enforcement:   not strict
Join Requests Allowed: False
Signup Fields:         
Roles:                 admin
Terms and Conditions:  

> globus group update f353afe3-35ca-11ed-a698-4ffe8363feee --terms-and-conditions "You must be a good person"
Group updated successfully

> globus group show f353afe3-35ca-11ed-a698-4ffe8363feee                                                     
Group ID:              f353afe3-35ca-11ed-a698-4ffe8363feee
Name:                  derek-test
Description:           Testing Globus Group Functionality
Type:                  regular
Visibility:            private
Membership Visibility: managers
Session Enforcement:   not strict
Join Requests Allowed: False
Signup Fields:         
Roles:                 admin
Terms and Conditions:  You must be a good person

@derek-globus derek-globus merged commit 35f4ad1 into globus:main Oct 15, 2024
17 checks passed
@derek-globus derek-globus deleted the groups-update-terms-and-conditions branch October 15, 2024 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants