Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.15 KB

lokalise2_team-user-group_update.md

File metadata and controls

36 lines (25 loc) · 1.15 KB

lokalise2 team-user-group update

Update a user group

Synopsis

Updates the properties of a group. Requires Admin right in the team

lokalise2 team-user-group update [flags]

Options

      --admin-rights strings   List of group administrative permissions. Required if group has admin rights.
      --group-id int           A unique identifier of the group (required).
  -h, --help                   help for update
      --is-admin               Whether the group has Admin access to the project (required).
      --is-reviewer            Whether the group has reviewer access to the project (required).
      --languages string       List of languages. Required if group doesn't have admin rights.
      --name string            Name of the group (required).

Options inherited from parent commands

      --config string   config file (default is ./config.yml)
      --team-id int     A unique identifier of the team (required).
  -t, --token string    API token. You can create API tokens at https://app.lokalise.com/profile.

SEE ALSO