cli: examples

This commit is contained in:
Koushik Dutta
2022-09-12 12:43:46 -07:00
parent b40c5eb8d7
commit 2b70b265a4
3 changed files with 4 additions and 3 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "scrypted",
"version": "1.0.49",
"version": "1.0.50",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "scrypted",
"version": "1.0.49",
"version": "1.0.50",
"license": "ISC",
"dependencies": {
"@scrypted/types": "^0.0.6",

View File

@@ -1,6 +1,6 @@
{
"name": "scrypted",
"version": "1.0.49",
"version": "1.0.50",
"description": "",
"main": "./dist/packages/cli/src/main.js",
"bin": {

View File

@@ -217,6 +217,7 @@ async function main() {
console.log('examples:');
console.log(' npx scrypted install @scrypted/rtsp');
console.log(' npx scrypted install @scrypted/rtsp/0.0.51');
console.log(' npx scrypted install @scrypted/rtsp/0.0.51 192.168.2.100');
process.exit(1);
}
}