scout-cli
scout-cli copied to clipboard
"docker scout repo enable --all" fails with ERROR Status: failed to parse repository name , Code: 1
According to the docs here:
https://docs.docker.com/reference/cli/docker/scout/repo/enable/#enable-all-repositories-of-the-organization
I should be able to use:
docker scout repo enable --all
But this fails with:
ERROR Status: failed to parse repository name , Code: 1
I can enable scout on a repo by repo basis using the CLI though.
The same issue happens when using the filter:
docker scout repo enable --filter <namespace/backend>