Skip to content

🩹 [Patch]: Let Connect-GitHubAccount be able to pass the context to pipeline #220

@MariusStorhaug

Description

@MariusStorhaug

Describe the change

Add a -PassThru option for the Connect-GitHubAccount function.

Allows to run stuff like:

$context = Connect-GitHub -PassThru -NoDefault
Get-GitHubZen -Context $context
$context | Disconnect-GitHub

Metadata

Metadata

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions