Use this command to install APImetricsCLI with WinGet:
winget install --id=APIContext.APImetricsCLI -e
APImetrics CLI is a command-line interface designed to manage API monitors, schedules, SLOs, and more on the APImetrics platform. It provides developers and DevOps teams with a powerful toolset to configure API monitoring, conformance checks, and browser performance testing directly from the terminal.
Key Features:
Configure API, MCP (Message-Centric Protocol), and browser monitors with ease.
Create and manage schedules for automated monitoring tasks.
Define and track Service Level Objectives (SLOs) for API performance.
Utilize CLI shorthand to simplify command syntax and reduce verbosity.
Output results in multiple formats including JSON, YAML, table, and readable text.
Integrate AI skills for automating common tasks like setting up monitors.
Audience & Benefit:
Ideal for developers, DevOps engineers, and API architects who need efficient management of API monitoring without relying on a graphical user interface. The CLI enables seamless integration into CI/CD pipelines and scripting workflows, streamlining the process of maintaining high-quality APIs.
APImetrics CLI can be installed via winget for Windows users, making it easy to integrate into existing development environments.
README
Restish is a CLI for interacting with REST-ish HTTP APIs with some nice features built-in — like always having the latest API resources, fields, and operations available when they go live on the API without needing to install or update anything.
Check out how Restish compares to cURL & HTTPie.
See the user guide for how to install Restish and get started.
Features include:
HTTP/2 (RFC 7540) with TLS by default with fallback to HTTP/1.1
Generic head/get/post/put/patch/delete verbs like curl or HTTPie
Generated commands for CLI operations, e.g. restish my-api list-users