-
Notifications
You must be signed in to change notification settings - Fork 1
Status
The dotnet biak status command returns the current biak mode for the root .editorconfig.
dotnet biak status [--debug-info]After executing this command, you may see one of the following outputs:
-
enabled - means the current
.editorconfigmatches the enabled biak configuration. -
disabled - means the current
.editorconfigmatches the disabled biak configuration. -
unsynchronised - means the current
.editorconfigdoes not match either the enabled or disabled biak configuration. -
broken - means something is incorrectly configured in biak (for example, the
.editorconfigfile was not found). Use the--debug-infoflag for details.
-
Provide the necessary functionality for an IDE editor UI button that displays the current biak status and enables users to toggle it directly from the editor. This removes the need to use the CLI and simplifies the development workflow.
-
Automatically detect the current biak status, eliminating the need for manual checks to determine whether biak is enabled.
-
Verify that the current status is correct and up to date. For example, this is useful when biak should always stay disabled locally and remain synchronised. This is also relevant for CI/CD checks to verify that the repository
.editorconfigis in the expected biak state.
Hey! If you don't have write access to the wiki, you can change that in the docs/wiki folder.