pi group

These commands are used to manage Perforce IPLM groups. Groups can be defined either internally in Perforce IPLM or externally from an outside source such as LDAP. More details can be found in Users and Groups.

Command Overview Help

> pi group -h
Usage: pi group [-h] SUBCOMMAND ...

Description: Commands related to Groups. These subcommands are used to add,
edit, delete and list information about Groups.

Optional arguments:
  -h, --help  Show this help message and exit

Available sub-commands:
  SUBCOMMAND
    add       Create a new Group.
    disable   Disable an existing Group.
    edit      Edit an existing Group.
    enable    Enable a disabled Group.
    list (ls)
              List all matching Groups.
    obliterate
              Permanently delete an existing disabled Group.

More information and documentation available at:
  https://help.perforce.com/methodics/
Copyright © 2010-2025 Perforce, Inc.

GROUP Template

[GROUP]
# Name is required
name = newgrp

# Description is optional
description =

# The Icon is optional
icon =

# Sub groups
sub_groups =

# Members of the group
users =

Subcommands