operator-framework / operator-courier

Build, verify and push operators
Apache License 2.0
41 stars 53 forks source link

Output the operator bundle when running verify #76

Closed dirgim closed 5 years ago

dirgim commented 5 years ago

Adding an option to locally output the operator bundle to a file when running verify would be a great help when locally testing/deploying the operator.

kevinrizza commented 5 years ago

This is something that could be done from the command line with an additional flag added to the verify command. We can look into implementing something like this.

kevinrizza commented 5 years ago

This issue is resolved by https://github.com/operator-framework/operator-courier/pull/91