Results 59 issues of Pieter Noordhuis
trafficstars

## Changes The `ListByZZZ` functions don't use the same pagination as the main functions. By definition, the shortcut functions are generated only if there are required request parameters. Therefore, they...

Note: this requires an unreleased version of the CLI, hence the v0.226.0 requirement.

Note: this is not yet working as intended. The requirements file path should be relative.

## Changes ## Tests

do-not-merge

### Describe the issue This test fails in integration test runs. It has not run before because it was missing the "TestAcc" function name prefix. The failure happens because the...

CLI
No Autoclose

# Example how to use a later TF version in a Docker build. ## Prerequisites - Go 1.25+ installed - Docker installed ## Steps ### 1. Build the CLI binary...

do-not-merge

## Changes The "bundle generate" suite of commands generate bundle configuration and download relevant files from the workspace to the local file tree. Some paths that are valid in the...

## What changes are proposed in this pull request? Never log non-ASCII or non-printable characters in log output. Request logs may include binary data if it isn't JSON. This can...