drone secret info

This subcommand prints the named secret details. Please note this command requires administrative privilege to the repository.


NAME:
   drone secret info - display secret info

USAGE:
   drone secret info [command options] [arguments...]

OPTIONS:
   --repository value  repository name (e.g. octocat/hello-world)
   --name value        secret name
   


Example command:

$ drone secret info \
  -repository octocat/hello-world \
  -name docker_password

docker_password
Events: push, tag, deployment
Images: plugins/docker

Is there a mistake on this page? Please let us know or edit this page.