According to the drone CLI docs it is possible to add a repository to drone using the command drone repo add org/repo
.
However if Drone CLI, the add
command doesn’t exist. Running drone repo add org/repo
gives No help topic for 'add'
and running drone repo --help
gives a list of subcommands, not including add
.
How can I add a repository to drone via the CLI? I have admin access to the repo, but not to the repo’s organisation.