@ktmcp-cli/branded-fares-upsell
v1.0.1
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 envir
Maintainers
Readme
Branded Fares Upsell CLI
Production-ready command-line interface for the Branded Fares Upsell API.
⚠️ Unofficial CLI - This tool is an independent project built on the public API.
Features
- Complete coverage of Branded Fares Upsell 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/branded-fares-upsellOr install locally:
cd branded-fares-upsell
npm install
npm linkConfiguration
Set API Key
branded-fares-upsell config set apiKey YOUR_KEY_HEREEnvironment Variables
export API_KEY=your_key_here
export API_BASE_URL=https://api.example.comView Configuration
branded-fares-upsell config list
branded-fares-upsell config get apiKeyUsage
shopping
# List items
branded-fares-upsell shopping list
# Get item by ID
branded-fares-upsell shopping get <id>
# Output as JSON
branded-fares-upsell shopping list --jsonAvailable Resources
shopping
JSON Output
All commands support --json flag for machine-readable output:
branded-fares-upsell shopping list --jsonLicense
MIT License - see LICENSE file for details.
