Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto tag log in bit cli is hard to read #2247

Closed
odedre opened this issue Jan 20, 2020 · 1 comment · Fixed by #2254
Closed

auto tag log in bit cli is hard to read #2247

odedre opened this issue Jan 20, 2020 · 1 comment · Fixed by #2254
Assignees

Comments

@odedre
Copy link
Member

odedre commented Jan 20, 2020

Description

when running bit tag -a, it's really hard to read the auto tagged component names in changed components section.

 web git:(experimental-scope-web) ✗ bit tag -a
  building components...
⢀⠀ building component - bit.web/components/[email protected](node:15281) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
✔ building component - bit.web/components/[email protected]
✔ building component - bit.web/routes/[email protected]
✔ building component - bit.web/client/[email protected]
✔ building component - bit.web/client/[email protected]
✔ building component - bit.web/routes/[email protected]
✔ building component - bit.web/routes/[email protected]
✔ building component - bit.web/routes/[email protected]
✔ building component - bit.web/routes/[email protected]
✔ building component - bit.web/routes/[email protected]
✔ building component - bit.web/shared/[email protected]
10 component(s) tagged
(use "bit export [collection]" to push these components to a remote")
(use "bit untag" to unstage versions)

changed components
(components that got a version bump)
     > bit.web/components/[email protected]
       auto-tagged dependents: bit.web/client/[email protected], bit.web/client/[email protected], bit.web/shared/[email protected]
     > bit.web/routes/[email protected]
       auto-tagged dependents: bit.web/client/[email protected], bit.web/client/[email protected], bit.web/routes/[email protected], bit.web/routes/[email protected], bit.web/routes/[email protected], bit.web/routes/[email protected], bit.web/routes/[email protected], bit.web/shared/[email protected]

Describe the solution you'd like

changed components
(components that got a version bump)
     > bit.web/components/[email protected]
       auto-tagged dependents: 
              bit.web/client/[email protected], 
              bit.web/client/[email protected], 
              bit.web/shared/[email protected]
     > bit.web/routes/[email protected]
       auto-tagged dependents: 
              bit.web/client/[email protected], 
              bit.web/client/[email protected], 
              bit.web/routes/[email protected], 
              bit.web/routes/[email protected], 
              bit.web/routes/[email protected], 
              bit.web/routes/[email protected], 
              bit.web/routes/[email protected], 
              bit.web/shared/[email protected]
@odedre
Copy link
Member Author

odedre commented Jan 26, 2020

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants