Releases: danmaps/arcgispro_cli
Releases · danmaps/arcgispro_cli
Release list
v0.5.1
v0.5.0
v0.4.0
v0.3.1
v0.2.1
v0.2.0
feat!: restructure CLI to query-focused commands (v0.2.0) BREAKING CHANGE: removed inspect/dump/images/snapshot commands - Add query commands: project, maps, map, layers, layer, fields, tables, connections, context - Add status command for validation - All query commands support --json output - layers supports --broken and --map filters - layer/fields support partial name matching
v0.1.4
v0.1.2
Rename addin to .addin extension to avoid PyPI ZIP inspection PyPI was rejecting the upload because it inspects ZIP files and the .esriAddinX (which is a ZIP) had some header issue. Renaming to .addin avoids this. The install command still copies it with the correct .esriAddinX extension for Windows to recognize it.
v0.1.0
Add GitHub Actions for CI and PyPI release - release.yml: Build and publish to PyPI on GitHub Release (trusted publishing) - ci.yml: Run tests on push/PR across Python 3.9-3.12 - CHANGELOG.md: Track release history - tests/test_cli.py: Basic CLI tests