actions icon indicating copy to clipboard operation
actions copied to clipboard

Add a verbosity flag to the pulumi/actions

Open Marius-O opened this issue 2 years ago • 5 comments

Hello!

  • Vote on this issue by adding a 👍 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

I was recently debugging an issue where a lock was not being released upon deployment completion which was related to the SAS token that did not have delete permissions. It's impossible to debug when using the github actions so had to migrate to using a script so I can make use of the --verbose flag.

Affected area/feature

pulumi/actions

Marius-O avatar Apr 26 '22 23:04 Marius-O

Hey @Marius-O thanks for opening this issue. I think you're right; if we support the flag in the CLI, it makes sense to support it in the action as well. However, I think this issue suffers from the same problem as https://github.com/pulumi/actions/issues/628 -- I think it would be better to provide an args input as an escape hatch for all arguments. That would let us pass options to subcommands as well.

So I think there are two routes we could go here: either add support for the verbosity flag directly or add support for the escape hatch. I believe we would accept a PR for either.

RobbieMcKinstry avatar Jul 06 '22 22:07 RobbieMcKinstry

@RobbieMcKinstry is args a planned feature with a timeline?

o-alexandrov avatar Jul 07 '23 18:07 o-alexandrov

Hi @o-alexandrov I'm sorry, I'm no longer an OSS maintainer at Pulumi, so I'm unable to answer that question. I've offboarded my maintenance responsibilities to @justinvp.

RobbieMcKinstry avatar Jul 07 '23 20:07 RobbieMcKinstry

@o-alexandrov, it's not currently planned.

justinvp avatar Jul 11 '23 00:07 justinvp