reqlanOverviewIdeasFilesCode filesClustersAttributesGraphPrint
Ideas/commands

Idea detail

commands

reqlan rq/cli/cli_package.rq:18

block

Summary

Minimal commands:
- `parse <file>` — parse one `.rq` file via `@reqlan/language`; print diagnostics or an AST summary ( `--json` for machine output ).
- `analyse` / `analyze` — file ( `--file` ), idea ( `--idea` ), or workspace completion ( default ) via `AnalysisApi`.
- `search <query>` — semantic search via `AnalysisApi.searchRequirements`.
- `export` / `export html` — multi-file HTML site via `AnalysisApi.exportHtml` ( html_export ).
`--exclude-secret` omits `*.secret.rq`.
`--exclude-ignored` omits paths matched by `.reqlan/.rqignore`.
`--url-base` mounts root-relative hrefs per html_export_url_base.
`--header-href` / `--header-label` set the topbar home link per html_export_header_link.
- `init directory` — create a new base marker ( `.reqlan` ) at the given path or cwd ( init ).

Jump to outbound references

Jump to inbound references

Navigation

Source file

reqlan rq/cli/cli_package.rq

community 4

community cluster

cli_package.rq

file cluster

reqlan rq/cli

folder cluster

status: Not present

status cluster

tag: Not present

tag cluster

Printable page

Static print-friendly idea sheet.

Attributes

No attributes declared.

Ancestor context

init

The cli should be able to initialise a new [base]. Creates `<path>/.reqlan/` ( empty directory is a valid marker ), matching [create_base_onboarding]. Headless helper lives in `@reqlan/analytical` so CLI and extension share one create-base path.

Outbound references

KindIdeaPathSnippet
references init reqlan rq/cli/cli_package.rq init

Inbound references

KindIdeaPathSnippet
None

Unresolved references

KindIdeaPathSnippet
references base base
references html_export html_export
references html_export_header_link html_export_header_link
references html_export_url_base html_export_url_base

Local graph

Initialising graph…