terraform-cdk icon indicating copy to clipboard operation
terraform-cdk copied to clipboard

CLI: Fixed width output on deploy is unusable

Open dhilgarth opened this issue 1 year ago • 0 comments

Expected Behavior

The output of cdktf deploy should use all available width of my console

Actual Behavior

The output is wrapped making it unusable.

image

Steps to Reproduce

  1. Create a new CDKTF project and name it docker-swarm-on-hetzner
  2. Add the local file provider
  3. Add a local file resource, execute cdktf deploy
  4. Change the file contents, execute cdktf deploy again

Versions

language: typescript
cdktf-cli: 0.20.3
node: v20.10.0
cdktf: 0.20.3
constructs: 10.3.0
jsii: null
terraform: 1.5.3
arch: x64
os: win32 10.0.22631
providers
hetznercloud/hcloud@~> 1.45 (LOCAL)
        terraform provider version: 1.45.0
ansible/ansible@~> 1.1 (LOCAL)
        terraform provider version: 1.1.0
@cdktf/provider-docker (PREBUILT)
        terraform provider version: 3.0.2
        prebuilt provider version: 11.0.0
        cdktf version: ^0.20.0
@cdktf/provider-local (PREBUILT)
        terraform provider version: 2.4.1
        prebuilt provider version: 10.0.0
        cdktf version: ^0.20.0
@cdktf/provider-tls (PREBUILT)
        terraform provider version: 4.0.5
        prebuilt provider version: 10.0.0
        cdktf version: ^0.20.0

Providers

No response

Gist

No response

Possible Solutions

No response

Workarounds

No response

Anything Else?

No response

References

No response

Help Wanted

  • [ ] I'm interested in contributing a fix myself

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

dhilgarth avatar Feb 18 '24 08:02 dhilgarth