Installation#
Prerequisites#
- Go 1.24 or later
- Access to a GeoServer instance with REST API enabled
Build from Source#
Clone the repository and build:
| |
Verify Installation#
Check that the CLI is working:
| |
Development Setup#
For development, install the required tools:
| |
If you use direnv, add this to your .envrc:
| |
Adding to PATH#
For convenience, add the binary to your PATH:
| |
Platform-Specific Notes#
macOS#
On macOS, you may need to allow the binary on first run:
| |
Linux#
Ensure the binary is executable:
| |
Windows#
Use Git Bash or WSL for the best experience. Native Windows builds work but may have path differences.
Docker Installation#
Run the CLI in Docker (no local Go installation required):
| |
Next Steps#
- Configure your GeoServer connection
- Follow the Quick Start guide
- Explore Commands reference