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.
tpcan't--targetand 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 planfileon the command line.