mazer info seems to be currently broken, expecting an old version of the API with data in a summary_fields key that is no longer part of the collections API.
STEPS TO REPRODUCE
mazer info robertdebock.ansible_development_environment
EXPECTED RESULTS
Expect to see information about a given collection.
ACTUAL RESULTS
Traceback (most recent call last):
File "/mnt/c/Users/calvin/redhat/.virtualenvs/orion/bin/mazer", line 11, in <module>
sys.exit(main())
File "/mnt/c/Users/calvin/redhat/.virtualenvs/orion/lib/python3.7/site-packages/ansible_galaxy_cli/main.py", line 36, in main exit_code = cli.run()
File "/mnt/c/Users/calvin/redhat/.virtualenvs/orion/lib/python3.7/site-packages/ansible_galaxy_cli/cli/galaxy.py", line 240, in run return self.execute()
File "/mnt/c/Users/calvin/redhat/.virtualenvs/orion/lib/python3.7/site-packages/ansible_galaxy_cli/cli/__init__.py", line 152, in execute return fn()
File "/mnt/c/Users/calvin/redhat/.virtualenvs/orion/lib/python3.7/site-packages/ansible_galaxy_cli/cli/galaxy.py", line 286, in execute_info offline=self.options.offline)
File "/mnt/c/Users/calvin/redhat/.virtualenvs/orion/lib/python3.7/site-packages/ansible_galaxy/actions/info.py", line 113, in info_repository_specs display_callback(_repr_remote_repo(remote_data))
File "/mnt/c/Users/calvin/redhat/.virtualenvs/orion/lib/python3.7/site-packages/ansible_galaxy/actions/info.py", line 44, in _repr_remote_repo repo_namespace = remote_data['summary_fields']['namespace']['name']
KeyError: 'summary_fields'
Bug Report
MAZER VERSION
CONFIGURATION
Defaults, no config file.
SUMMARY
mazer info
seems to be currently broken, expecting an old version of the API with data in asummary_fields
key that is no longer part of the collections API.STEPS TO REPRODUCE
EXPECTED RESULTS
Expect to see information about a given collection.
ACTUAL RESULTS