Skip to content

Feat: Allow a user to pass in an existing plan file #26

@esacteksab

Description

@esacteksab

tp can't --target and won't. So a user will need to have created their own plan file under those circumstances. Once a plan file exists, let us take it from there.

A user can do this today via stdIn

terraform plan -out plan.out -no-color  | gh tp -

else if args[0] == "-" {

It may still be nice to pass -p planfile on the command line.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions