aws-amplify / amplify-cli

The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development.
Apache License 2.0
2.82k stars 820 forks source link

`amplify push` progress bar colorized output not adhering to terminal colors #10987

Open josefaidt opened 2 years ago

josefaidt commented 2 years ago

Before opening, please confirm:

How did you install the Amplify CLI?

pnpm

If applicable, what version of Node.js are you using?

18

Amplify CLI Version

10

What operating system are you using?

mac

Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.

n/a

Amplify Categories

Not applicable

Amplify Commands

Not applicable

Describe the bug

image

image

Expected behavior

colorized output uses the same green from terminal

Reproduction steps

  1. amplify init -y
  2. add some resource
  3. amplify push -y
  4. observe colorized output

GraphQL schema(s)

```graphql # Put schemas below this line ```

Project Identifier

No response

Log output

``` # Put your logs below this line ```

Additional information

No response

josefaidt commented 1 year ago

I noticed today that when working inside a docker container the output colors are fine image