Client icon indicating copy to clipboard operation
Client copied to clipboard

Missing SSH on pipeline

Open michaelw85 opened this issue 6 months ago • 0 comments

The ssh method is missing on the pipelines namespace.

Expected:

new Client()->repositories()->workspaces('xyz')->pipelines('repo')->ssh()->keyPair()->...

Actual: Image

Work around:

use Bitbucket\Api\Repositories\Workspaces\PipelinesConfig\Ssh;

new Ssh($client, 'workspace', 'repo')->keyPair()->...etc

michaelw85 avatar Oct 17 '25 09:10 michaelw85