@ktmcp-cli/seatmap-display
v1.9.2
Published
Before using this API, we recommend you read our **[Authorization Guide](https://developers.amadeus.com/self-service/apis-docs/guides/authorization-262)** for more information on how to generate an access token. Please also be aware that our test enviro
Downloads
117
Maintainers
Readme
Seatmap Display CLI
Production-ready command-line interface for the Seatmap Display API.
⚠️ Unofficial CLI - This tool is an independent project built on the public API.
Features
- Complete coverage of Seatmap Display API endpoints
- Simple, intuitive command structure
- JSON and pretty-print output formats
- Persistent configuration storage
- Progress indicators for async operations
Installation
npm install -g @ktmcp-cli/seatmap-displayOr install locally:
cd seatmap-display
npm install
npm linkConfiguration
Set API Key
seatmap-display config set apiKey YOUR_KEY_HEREEnvironment Variables
export API_KEY=your_key_here
export API_BASE_URL=https://api.example.comView Configuration
seatmap-display config list
seatmap-display config get apiKeyUsage
display-seat-maps
# List items
seatmap-display display-seat-maps list
# Get item by ID
seatmap-display display-seat-maps get <id>
# Output as JSON
seatmap-display display-seat-maps list --jsonAvailable Resources
display-seat-maps
JSON Output
All commands support --json flag for machine-readable output:
seatmap-display display-seat-maps list --jsonLicense
MIT License - see LICENSE file for details.
