sentryqa-manager
v0.0.1
Published
Local project manager for SentryQA
Readme
sentryqa-manager
Optional global local project manager for SentryQA. It is independent from the sentryqa initializer CLI.
npm install -g sentryqa-manager
sentryqa-manager startThe manager stores its registry as projects.json in the OS user data directory:
- macOS:
~/Library/Application Support/sentryqa-manager - Linux:
$XDG_CONFIG_HOME/sentryqa-manageror~/.config/sentryqa-manager - Windows:
%APPDATA%/sentryqa-manager
Set SENTRYQA_MANAGER_DATA_DIR to override this location (useful for tests). Project files are read-only; issue counts come from the project's .sentryqa/issues/*.md directory.
Use sentryqa-manager start --foreground --no-open for automation and API tests.
