mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
32 lines
845 B
JSON
32 lines
845 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"@id": "urn:solid-server-app-setup:default:CliExtractor",
|
|
"@type": "YargsCliExtractor",
|
|
"parameters": [
|
|
{
|
|
"@type": "YargsParameter",
|
|
"name": "httpsKey",
|
|
"options": {
|
|
"demandOption": true,
|
|
"requiresArg": true,
|
|
"type": "string",
|
|
"describe": "File path to the HTTPS key."
|
|
}
|
|
},
|
|
{
|
|
"@type": "YargsParameter",
|
|
"name": "httpsCert",
|
|
"options": {
|
|
"demandOption": true,
|
|
"requiresArg": true,
|
|
"type": "string",
|
|
"describe": "File path to the HTTPS certificate."
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|