Skip to content

Releases: danmaps/arcgispro_cli

v0.5.1

Choose a tag to compare

@danmaps danmaps released this 17 Mar 18:27

Full Changelog: v0.4.0...v0.5.1

v0.5.0

Choose a tag to compare

@danmaps danmaps released this 17 Mar 18:24
67f19f5
Merge pull request #44 from danmaps/chore/tui-extra-deps

v0.4.0

Choose a tag to compare

@danmaps danmaps released this 19 Feb 21:11
docs: update README with new features and fixes for v0.4.0

v0.3.1

Choose a tag to compare

@danmaps danmaps released this 29 Jan 20:05
chore: bump to v0.3.1

v0.2.1

Choose a tag to compare

@danmaps danmaps released this 28 Jan 23:37
chore: bump to v0.2.1 with updated add-in

v0.2.0

Choose a tag to compare

@danmaps danmaps released this 28 Jan 23:31
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

Choose a tag to compare

@danmaps danmaps released this 28 Jan 22:53
feat: add-in now appears on CLI tab instead of Add-In tab, bump to v0…

v0.1.2

Choose a tag to compare

@danmaps danmaps released this 28 Jan 21:58
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

Choose a tag to compare

@danmaps danmaps released this 28 Jan 21:48
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

v.0.1.3

Choose a tag to compare

@danmaps danmaps released this 28 Jan 22:15
fix: use root README for PyPI, bump to v0.1.3