@hesed/search
v0.2.2
Published
Intelligence search plugin
Readme
search
Intelligence search plugin
Usage
$ npm install -g @hesed/search
$ search COMMAND
running command...
$ search (--version)
@hesed/search/0.2.2 linux-x64 node-v24.16.0
$ search --help [COMMAND]
USAGE
$ search COMMAND
...Commands
search search QUERY
Search for available commands
USAGE
$ search search QUERY [--json] [-d] [-n <value>]
ARGUMENTS
QUERY Search term to filter commands by
FLAGS
-d, --details Show full help for each matched command
-n, --limit=<value> [default: 5] Maximum number of results to return
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Search for available commands
EXAMPLES
$ search search "create pr"
$ search search jira -d
$ search search "update jira" --detailsSee code: src/commands/search.ts
search synonyms export [FILE]
Export the stored synonyms to a JSON file or stdout
USAGE
$ search synonyms export [FILE]
ARGUMENTS
[FILE] Output file path (prints to stdout if omitted)
DESCRIPTION
Export the stored synonyms to a JSON file or stdout
EXAMPLES
$ search synonyms export
$ search synonyms export ./my-synonyms.jsonSee code: src/commands/synonyms/export.ts
search synonyms import FILE
Import synonyms from a JSON file
USAGE
$ search synonyms import FILE [--merge]
ARGUMENTS
FILE Path to a JSON synonyms file to import
FLAGS
--merge Merge with existing synonyms instead of replacing them
DESCRIPTION
Import synonyms from a JSON file
EXAMPLES
$ search synonyms import ./synonyms.json
$ search synonyms import ./synonyms.json --mergeSee code: src/commands/synonyms/import.ts
