Isso depende de você ser ou não o administrador perforce.
Se estiver, você pode usar acionadores .
Example: The default Perforce client workspace view maps the entire depot //depot/... to the user's client workspace. To prevent novice users from attempting to sync the entire depot, this Perl script changes a default workspace view of //depot/... in the p4 client form to map only the current release codeline of //depot/releases/main/...
Se você não for o administrador, precisará usar um arquivo de modelo.
p4 client -t <template_file> <client_name>
.