mirror of
https://github.com/logseq/logseq.git
synced 2026-05-14 16:02:31 +00:00
This functionality is available in the old cli so making sure it's available in the new one. Also update messaging so it's clear when a new graph is created
cli-e2e
Shell-first end-to-end tests for logseq CLI.
Test cli-e2e itself
- Run internal cli-e2e harness unit tests:
bb unit-test
Test cli-e2e cases
- List declared cli-e2e case ids:
bb list-cases - Run cli-e2e cases with build preflight unless --skip-build is provided:
bb testbb test --helpfor more help info
Clean up
- Execute cleanup: terminate stale db-worker-node processes and remove cli-e2e temp graph directories:
bb cleanup - Preview cleanup actions only (no kill/delete):
bb cleanup --dry-run