apple / pkl-pantry

Shared Pkl packages
Apache License 2.0
234 stars 31 forks source link

[CircleCI] Allow passing options to custom orb steps #41

Closed FredrikAugust closed 6 months ago

FredrikAugust commented 6 months ago

I'm trying to use the Codecov orb in CircleCI, and will need to pass the slug for our repository using the cli_args orb step parameter: https://circleci.com/developer/orbs/orb/codecov/codecov. This is currently not supported as you can't extend AbstractStep (it's set to local), and SimpleStep doesn't allow for options.

FredrikAugust commented 6 months ago

Closed by #37?