Permission targets in Artifactory

Manage Artifactory permission targets using JFrog CLI create, update, and delete commands.

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

Workflow Overview

The CLI commands are usually combined in this order:

Commands

The following table lists each permission target command and its alias.

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

Related Topics


Did this page help you?