Sign inSign up

oxcom/perforce-client

By oxcom

•Updated over 6 years ago

Image
0

10K+

oxcom/perforce-client repository overview

⁠docker-perforce-client

CLI perforce⁠ client.

⁠Usage

Helix Core P4 Command Reference⁠

docker run -it --rm -e P4HOST="$(hostname)" -e P4CLIENT=workspace -e P4USER=root -e P4PASSWD=root oxcom/perforce-client:ubuntu-2019.2.1908095 /bin/bash

p4 client -S //depot/main ${P4CLIENT}
p4 sync -f
p4 client -d ${P4CLIENT}

You can mount volume /var/p4/project/ into the container to work with workspace -v /path/to/local/folder:/var/p4/project

Use a non-interactive editor:

EDITOR=/bin/true p4 client -S //ce/main ${P4CLIENT}

Tag summary

Content type

Image

Digest

Size

45.6 MB

Last updated

over 6 years ago

docker pull oxcom/perforce-client:ubuntu-2019.2.1908095