Skip to content

added commands to add or remove project collaborators#111

Merged
wonder-sk merged 5 commits intomasterfrom
project_collaborators_modify
Oct 14, 2021
Merged

added commands to add or remove project collaborators#111
wonder-sk merged 5 commits intomasterfrom
project_collaborators_modify

Conversation

@PachKosti
Copy link
Copy Markdown
Contributor

@PachKosti PachKosti commented Oct 11, 2021

added command to get project collaborators

Fixes #98
Fixes #110

Example usage:

  • print list of collaborators in the project jack/survey

    $ mergin share jack/survey
    
  • share project jack/survey with user1, user2, user3 - all of them with read-only permissions (other permissions are writer and owner):

    $ mergin share-add --permissions=reader jack/survey user1 user2 user3
    
  • remove user2 from the collaborators of jack/survey

    $ mergin share-remove jack/survey user2
    

@PachKosti PachKosti requested a review from wonder-sk October 11, 2021 16:26
added command to get project collaborators

added commands to add or remove project collaborators
added command to get project collaborators
@PachKosti PachKosti force-pushed the project_collaborators_modify branch from c6a5854 to 07ba7fb Compare October 11, 2021 16:57
@wonder-sk wonder-sk merged commit dafe08d into master Oct 14, 2021
@alexbruy alexbruy deleted the project_collaborators_modify branch February 27, 2023 14:53
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.

set_project_access() logic Get/set project collaborators from CLI

2 participants