quaint-telephone-89068
12/05/2022, 7:01 PM$ ./pants help-all | jq '.scope_to_help_info|length'
98
When I run in a dummy repo that sets `pants_version=2.14.0`:
$ ./pants help-all | jq '.scope_to_help_info|length'
46
If I run ./pants help-all | jq '.scope_to_help_info|keys to get the actual keys, the missing ones are:
{'pex-binary-defaults', 'java-infer', 'scala', 'python-infer', 'shfmt', 'auth-token-info', 'javac', 'setuptools', 'check-default-tools', 'golang', 'setuptools-scm', 'shell-setup', 'jvm-symbol-map', 'go-test', 'docformatter', 'poetry', 'autoflake', 'mypy', 'setup-py-generation', 'hadolint', 'internal-generate-test-lockfile-fixtures', 'gofmt', 'scalafmt', 'debugpy', 'jvm', 'scalac', 'buildsense', 'docker', 'flake8', 'google-java-format', 'shellcheck', 'toolchain-setup', 'py-constraints', 'pyoxidizer', 'export-codegen', 'pytest', 'java-dump-source-analysis', 'pants-releases', 'graphql', 'scalatest', 'coverage-py', 'coursier', 'twine', 'auth', 'auth-acquire', 'isort', 'ipython', 'scala-dump-source-analysis', 'dockerfile-parser', 'scala-infer', 'auth-token-check', 'junit'}
and I don't see a particular pattern here.
Pants version
2.14.x
OS
MacOS, have not tested linux
pantsbuild/pantsuser
12/05/2022, 11:11 PM