mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
82 lines
No EOL
2.2 KiB
JSON
82 lines
No EOL
2.2 KiB
JSON
{
|
|
"id": "@kbn/get-repo-files",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "@kbn/get-repo-files",
|
|
"id": "def-server.getRepoFiles",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getRepoFiles",
|
|
"description": [
|
|
"\nList the files in the repo, only including files which are manged by version\ncontrol or \"untracked\" (new, not committed, and not ignored)."
|
|
],
|
|
"signature": [
|
|
"(include: string[] | undefined, exclude: string[] | undefined) => Promise<Set<RepoPath>>"
|
|
],
|
|
"path": "packages/kbn-get-repo-files/src/get_repo_files.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/get-repo-files",
|
|
"id": "def-server.getRepoFiles.$1",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "include",
|
|
"description": [
|
|
"limit the list to specfic absolute paths"
|
|
],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "packages/kbn-get-repo-files/src/get_repo_files.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/get-repo-files",
|
|
"id": "def-server.getRepoFiles.$2",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "exclude",
|
|
"description": [
|
|
"exclude specific absolute paths"
|
|
],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "packages/kbn-get-repo-files/src/get_repo_files.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
}
|
|
} |