OpsLevel / opslevel-go

A Go client for interacting with OpsLevel
MIT License
5 stars 12 forks source link

add "visible" nullable bool to list repos payload #392

Closed davidbloss closed 2 months ago

davidbloss commented 2 months ago

Issues

CLI feature - ability to get list of hidden repositories

Changelog

Add "visible" payload variable to listing repositories. This is payload variable is nullable and will not effect existing code out in the wild

Tophatting

task test - tests pass. Tested this downstream with opslevel list repositories --hidden (with and without flag)