Skip to content

Add some more commands that might be useful if no workspace is set.

Now looks like this:

...

Cannot query Git status because no workspace is active. You can activate a workspace with:

    axii activate <workspace-name>

To see which workspaces are known to Axii, run:

    axii workspace list

To activate a workspace permanently, run:

    axii config --global default_workspace <workspace-name>

Alternatively, you can create a new workspace using:

    axii workspace create

Merge request reports