We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when running bit tag -a, it's really hard to read the auto tagged component names in changed components section.
bit tag -a
changed components
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]
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]
The text was updated successfully, but these errors were encountered:
fixes #2247 - improve auto-tag output
8e85d94
fixes #2247 - improve auto-tag output (#2254)
3eece07
thanks!
Sorry, something went wrong.
GiladShoham
Successfully merging a pull request may close this issue.
Description
when running
bit tag -a
, it's really hard to read the auto tagged component names inchanged components
section.Describe the solution you'd like
The text was updated successfully, but these errors were encountered: