observability-cli icon indicating copy to clipboard operation
observability-cli copied to clipboard

The Akita CLI helps you make sense of API traffic. Passively watch API traffic with apidump. Model API behavior with apispec. Compare API behavior with apidiff.

Results 13 observability-cli issues
Sort by recently updated
recently updated
newest added

Depends on https://github.com/akitasoftware/akita-ir/pull/8.

Made a start at refactoring apidump.Run() into smaller methods. Update akita-libs.

* Marked old commands as deprecated, they will not show in help text now * `might be removed` for `ec2` and `kube` * `will be removed` for `daemon` and `nginx`

* Tried to update --project work with minimal breaking change * Updated `apidump` and `ecs add` commands * Will be removing the deprecated codes in further PRs

If Postman's user data is present in UserResponse from the front service, use it as userId for Amplitude's telemetry otherwise fallback to Akita's logic. **PS:** Update `akita-libs` package once it's...

On macOS 12.7.1 Macbook Pro Intel Command: go get github.com/golang/mock/mockgen && make test Had a few issues when running tests: First with the [github.com/golang/mock/gomock](http://github.com/golang/mock/gomock) package, changed it to [go.uber.org/mock/gomock](http://go.uber.org/mock/gomock) which...

JIRA: https://postmanlabs.atlassian.net/browse/POA-155 Confluence: https://postmanlabs.atlassian.net/l/cp/EtJHwV3u ### Changes In this PR, we have added two sets of changes - **Capture client and server timeouts** - We have used tcpStream's `Accept` function for...

### Why ? - Started with bugs raised from user https://postman.slack.com/archives/C05SCB5LA6R/p1695341965693699?thread_ts=1695339771.750859&cid=C05SCB5LA6R https://postman.slack.com/archives/C05SEPAHY1Z/p1695339058308279 ### What - Removes interactiveness from ECS cli **New Usage** ``` POSTMAN_API_KEY= postman-lc-agent ecs add \ --collection \...