Permission targets in Artifactory

Permission targets control which users and groups can access repositories, builds, and release bundles in Artifactory, and what actions they are allowed to perform. Use the JFrog CLI to create, update, and delete permission targets programmatically — useful for infrastructure-as-code workflows and CI/CD pipelines.

Workflow Overview

The CLI commands are usually combined in this order:

Commands

CommandAliasDescription
jf rt permission-target-templatert pttCreate a JSON template interactively (requires a terminal)
jf rt permission-target-creatert ptcCreate a new permission target from a template file
jf rt permission-target-updatert ptuReplace an existing permission target from a template file
jf rt permission-target-deletert ptdelPermanently delete a permission target