drone secret ls

This subcommand returns a list of secrets for the named repository. Please note this command requires administrative privilege to the repository.


NAME:
   drone secret ls - list secrets

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

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


Example usage:

$ drone secret ls --repository octocat/hello-world

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

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

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