Present the current status of components in the workspace, including indication of detected issues
$bit status
$bit s
Options
Option | Option Alias | Description | Value Type |
---|---|---|---|
--json | -j | return a json version of the component | boolean |
--warnings | -w | show warnings. by default, only issues that block tag/snap are shown | boolean |
--verbose | - | show extra data: full snap hashes for staged components, and divergence point for lanes | boolean |
--lanes | -l | when on a lane, show updates from main and updates from forked lanes | boolean |
--strict | - | in case issues found, exit with code 1 | boolean |
--ignore-circular-dependencies | -c | do not check for circular dependencies to get the results quicker | boolean |