@signageos/cli 2.5.0 → 2.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Applet/Generate/appletGenerateCommand.js +1 -1
- package/docs/applet/index.md +10 -10
- package/docs/applet/test/index.md +4 -4
- package/docs/autocomplete/index.md +4 -4
- package/docs/custom-script/index.md +4 -4
- package/docs/device/index.md +6 -6
- package/docs/index.md +14 -14
- package/docs/organization/index.md +6 -6
- package/docs/timing/index.md +2 -2
- package/package.json +1 -1
package/docs/applet/index.md
CHANGED
|
@@ -29,7 +29,7 @@ Generate new signageOS applet projects with boilerplate code
|
|
|
29
29
|
sos applet generate [options]
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
[→ See detailed documentation](generate/)
|
|
32
|
+
[→ See detailed documentation](/cli/applet/generate/)
|
|
33
33
|
|
|
34
34
|
### upload
|
|
35
35
|
|
|
@@ -39,7 +39,7 @@ Uploads current applet version
|
|
|
39
39
|
sos applet upload [options]
|
|
40
40
|
```
|
|
41
41
|
|
|
42
|
-
[→ See detailed documentation](upload/)
|
|
42
|
+
[→ See detailed documentation](/cli/applet/upload/)
|
|
43
43
|
|
|
44
44
|
### start
|
|
45
45
|
|
|
@@ -49,7 +49,7 @@ Start local applet development server with live preview
|
|
|
49
49
|
sos applet start [options]
|
|
50
50
|
```
|
|
51
51
|
|
|
52
|
-
[→ See detailed documentation](start/)
|
|
52
|
+
[→ See detailed documentation](/cli/applet/start/)
|
|
53
53
|
|
|
54
54
|
### test
|
|
55
55
|
|
|
@@ -59,7 +59,7 @@ Applet test management
|
|
|
59
59
|
sos applet test <subcommand> [options]
|
|
60
60
|
```
|
|
61
61
|
|
|
62
|
-
[→ See detailed documentation](test/)
|
|
62
|
+
[→ See detailed documentation](/cli/applet/test/)
|
|
63
63
|
|
|
64
64
|
### build
|
|
65
65
|
|
|
@@ -69,7 +69,7 @@ Build applet locally for production deployment.
|
|
|
69
69
|
sos applet build [options]
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
-
[→ See detailed documentation](build/)
|
|
72
|
+
[→ See detailed documentation](/cli/applet/build/)
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
## Examples
|
|
@@ -123,11 +123,11 @@ sos --profile production organization list
|
|
|
123
123
|
|
|
124
124
|
## Related Commands
|
|
125
125
|
|
|
126
|
-
- [`sos applet generate`](generate/) - Generate new signageOS applet projects with boilerplate code
|
|
127
|
-
- [`sos applet upload`](upload/) - Uploads current applet version
|
|
128
|
-
- [`sos applet start`](start/) - Start local applet development server with live preview
|
|
129
|
-
- [`sos applet test`](test/) - Applet test management
|
|
130
|
-
- [`sos applet build`](build/) - Build applet locally for production deployment.
|
|
126
|
+
- [`sos applet generate`](/cli/applet/generate/) - Generate new signageOS applet projects with boilerplate code
|
|
127
|
+
- [`sos applet upload`](/cli/applet/upload/) - Uploads current applet version
|
|
128
|
+
- [`sos applet start`](/cli/applet/start/) - Start local applet development server with live preview
|
|
129
|
+
- [`sos applet test`](/cli/applet/test/) - Applet test management
|
|
130
|
+
- [`sos applet build`](/cli/applet/build/) - Build applet locally for production deployment.
|
|
131
131
|
|
|
132
132
|
## See Also
|
|
133
133
|
|
|
@@ -29,7 +29,7 @@ Upload applet tests to the signageOS platform
|
|
|
29
29
|
sos applet test upload [options]
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
[→ See detailed documentation](upload/)
|
|
32
|
+
[→ See detailed documentation](/cli/applet/test/upload/)
|
|
33
33
|
|
|
34
34
|
### run
|
|
35
35
|
|
|
@@ -39,7 +39,7 @@ Run applet tests on signageOS devices
|
|
|
39
39
|
sos applet test run [options]
|
|
40
40
|
```
|
|
41
41
|
|
|
42
|
-
[→ See detailed documentation](run/)
|
|
42
|
+
[→ See detailed documentation](/cli/applet/test/run/)
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
## Examples
|
|
@@ -87,5 +87,5 @@ sos --profile production organization list
|
|
|
87
87
|
|
|
88
88
|
## Related Commands
|
|
89
89
|
|
|
90
|
-
- [`sos applet test upload`](upload/) - Upload applet tests to the signageOS platform
|
|
91
|
-
- [`sos applet test run`](run/) - Run applet tests on signageOS devices
|
|
90
|
+
- [`sos applet test upload`](/cli/applet/test/upload/) - Upload applet tests to the signageOS platform
|
|
91
|
+
- [`sos applet test run`](/cli/applet/test/run/) - Run applet tests on signageOS devices
|
|
@@ -30,7 +30,7 @@ Install command auto-completion for bash/zsh shells
|
|
|
30
30
|
sos autocomplete install [options]
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
-
[→ See detailed documentation](install/)
|
|
33
|
+
[→ See detailed documentation](/cli/autocomplete/install/)
|
|
34
34
|
|
|
35
35
|
### uninstall
|
|
36
36
|
|
|
@@ -40,7 +40,7 @@ Uninstall command auto-completion for bash/zsh shells
|
|
|
40
40
|
sos autocomplete uninstall [options]
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
[→ See detailed documentation](uninstall/)
|
|
43
|
+
[→ See detailed documentation](/cli/autocomplete/uninstall/)
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
## Examples
|
|
@@ -88,5 +88,5 @@ sos --profile production organization list
|
|
|
88
88
|
|
|
89
89
|
## Related Commands
|
|
90
90
|
|
|
91
|
-
- [`sos autocomplete install`](install/) - Install command auto-completion for bash/zsh shells
|
|
92
|
-
- [`sos autocomplete uninstall`](uninstall/) - Uninstall command auto-completion for bash/zsh shells
|
|
91
|
+
- [`sos autocomplete install`](/cli/autocomplete/install/) - Install command auto-completion for bash/zsh shells
|
|
92
|
+
- [`sos autocomplete uninstall`](/cli/autocomplete/uninstall/) - Uninstall command auto-completion for bash/zsh shells
|
|
@@ -30,7 +30,7 @@ Upload custom script to the signageOS platform
|
|
|
30
30
|
sos custom-script upload [options]
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
-
[→ See detailed documentation](upload/)
|
|
33
|
+
[→ See detailed documentation](/cli/custom-script/upload/)
|
|
34
34
|
|
|
35
35
|
### generate
|
|
36
36
|
|
|
@@ -40,7 +40,7 @@ Generate a local repository for developing a Custom Script
|
|
|
40
40
|
sos custom-script generate [options]
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
[→ See detailed documentation](generate/)
|
|
43
|
+
[→ See detailed documentation](/cli/custom-script/generate/)
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
## Examples
|
|
@@ -88,8 +88,8 @@ sos --profile production organization list
|
|
|
88
88
|
|
|
89
89
|
## Related Commands
|
|
90
90
|
|
|
91
|
-
- [`sos custom-script upload`](upload/) - Upload custom script to the signageOS platform
|
|
92
|
-
- [`sos custom-script generate`](generate/) - Generate a local repository for developing a Custom Script
|
|
91
|
+
- [`sos custom-script upload`](/cli/custom-script/upload/) - Upload custom script to the signageOS platform
|
|
92
|
+
- [`sos custom-script generate`](/cli/custom-script/generate/) - Generate a local repository for developing a Custom Script
|
|
93
93
|
|
|
94
94
|
## See Also
|
|
95
95
|
|
package/docs/device/index.md
CHANGED
|
@@ -29,7 +29,7 @@ Deploy applet to device
|
|
|
29
29
|
sos device set-content [options]
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
[→ See detailed documentation](set-content/)
|
|
32
|
+
[→ See detailed documentation](/cli/device/set-content/)
|
|
33
33
|
|
|
34
34
|
### power-action
|
|
35
35
|
|
|
@@ -39,7 +39,7 @@ Perform power action on device
|
|
|
39
39
|
sos device power-action <actionType> [options]
|
|
40
40
|
```
|
|
41
41
|
|
|
42
|
-
[→ See detailed documentation](power-action/)
|
|
42
|
+
[→ See detailed documentation](/cli/device/power-action/)
|
|
43
43
|
|
|
44
44
|
### connect
|
|
45
45
|
|
|
@@ -49,7 +49,7 @@ Connect device to local development server
|
|
|
49
49
|
sos device connect [options]
|
|
50
50
|
```
|
|
51
51
|
|
|
52
|
-
[→ See detailed documentation](connect/)
|
|
52
|
+
[→ See detailed documentation](/cli/device/connect/)
|
|
53
53
|
|
|
54
54
|
|
|
55
55
|
## Examples
|
|
@@ -100,6 +100,6 @@ sos --profile production organization list
|
|
|
100
100
|
|
|
101
101
|
## Related Commands
|
|
102
102
|
|
|
103
|
-
- [`sos device set-content`](set-content/) - Deploy applet to device
|
|
104
|
-
- [`sos device power-action`](power-action/) - Perform power action on device
|
|
105
|
-
- [`sos device connect`](connect/) - Connect device to local development server
|
|
103
|
+
- [`sos device set-content`](/cli/device/set-content/) - Deploy applet to device
|
|
104
|
+
- [`sos device power-action`](/cli/device/power-action/) - Perform power action on device
|
|
105
|
+
- [`sos device connect`](/cli/device/connect/) - Connect device to local development server
|
package/docs/index.md
CHANGED
|
@@ -81,7 +81,7 @@ Applet development and management operations
|
|
|
81
81
|
|
|
82
82
|
**Available commands**: `sos applet generate`, `sos applet upload`, `sos applet start`, `sos applet test`, `sos applet build`
|
|
83
83
|
|
|
84
|
-
[→ See detailed documentation](applet/)
|
|
84
|
+
[→ See detailed documentation](/cli/applet/)
|
|
85
85
|
|
|
86
86
|
#### `sos custom-script`
|
|
87
87
|
|
|
@@ -89,7 +89,7 @@ Custom Script management
|
|
|
89
89
|
|
|
90
90
|
**Available commands**: `sos custom-script upload`, `sos custom-script generate`
|
|
91
91
|
|
|
92
|
-
[→ See detailed documentation](custom-script/)
|
|
92
|
+
[→ See detailed documentation](/cli/custom-script/)
|
|
93
93
|
|
|
94
94
|
### Authentication
|
|
95
95
|
|
|
@@ -97,7 +97,7 @@ Custom Script management
|
|
|
97
97
|
|
|
98
98
|
Authenticate user with signageOS
|
|
99
99
|
|
|
100
|
-
[→ See detailed documentation](login/)
|
|
100
|
+
[→ See detailed documentation](/cli/login/)
|
|
101
101
|
|
|
102
102
|
### Management
|
|
103
103
|
|
|
@@ -107,7 +107,7 @@ Organization management operations
|
|
|
107
107
|
|
|
108
108
|
**Available commands**: `sos organization list`, `sos organization get`, `sos organization set-default`
|
|
109
109
|
|
|
110
|
-
[→ See detailed documentation](organization/)
|
|
110
|
+
[→ See detailed documentation](/cli/organization/)
|
|
111
111
|
|
|
112
112
|
#### `sos timing`
|
|
113
113
|
|
|
@@ -115,7 +115,7 @@ Timing management
|
|
|
115
115
|
|
|
116
116
|
**Available commands**: `sos timing list`
|
|
117
117
|
|
|
118
|
-
[→ See detailed documentation](timing/)
|
|
118
|
+
[→ See detailed documentation](/cli/timing/)
|
|
119
119
|
|
|
120
120
|
#### `sos device`
|
|
121
121
|
|
|
@@ -123,7 +123,7 @@ Device management
|
|
|
123
123
|
|
|
124
124
|
**Available commands**: `sos device set-content`, `sos device power-action`, `sos device connect`
|
|
125
125
|
|
|
126
|
-
[→ See detailed documentation](device/)
|
|
126
|
+
[→ See detailed documentation](/cli/device/)
|
|
127
127
|
|
|
128
128
|
### Tools
|
|
129
129
|
|
|
@@ -133,7 +133,7 @@ CLI auto-completion management
|
|
|
133
133
|
|
|
134
134
|
**Available commands**: `sos autocomplete install`, `sos autocomplete uninstall`
|
|
135
135
|
|
|
136
|
-
[→ See detailed documentation](autocomplete/)
|
|
136
|
+
[→ See detailed documentation](/cli/autocomplete/)
|
|
137
137
|
|
|
138
138
|
|
|
139
139
|
## Examples
|
|
@@ -155,13 +155,13 @@ sos --api-url https://api.custom.signageos.io applet list
|
|
|
155
155
|
|
|
156
156
|
## Related Commands
|
|
157
157
|
|
|
158
|
-
- [`sos applet`](applet/) - Applet development and management operations
|
|
159
|
-
- [`sos login`](login/) - Authenticate user with signageOS
|
|
160
|
-
- [`sos organization`](organization/) - Organization management operations
|
|
161
|
-
- [`sos timing`](timing/) - Timing management
|
|
162
|
-
- [`sos device`](device/) - Device management
|
|
163
|
-
- [`sos custom-script`](custom-script/) - Custom Script management
|
|
164
|
-
- [`sos autocomplete`](autocomplete/) - CLI auto-completion management
|
|
158
|
+
- [`sos applet`](/cli/applet/) - Applet development and management operations
|
|
159
|
+
- [`sos login`](/cli/login/) - Authenticate user with signageOS
|
|
160
|
+
- [`sos organization`](/cli/organization/) - Organization management operations
|
|
161
|
+
- [`sos timing`](/cli/timing/) - Timing management
|
|
162
|
+
- [`sos device`](/cli/device/) - Device management
|
|
163
|
+
- [`sos custom-script`](/cli/custom-script/) - Custom Script management
|
|
164
|
+
- [`sos autocomplete`](/cli/autocomplete/) - CLI auto-completion management
|
|
165
165
|
|
|
166
166
|
## See Also
|
|
167
167
|
|
|
@@ -29,7 +29,7 @@ List organizations for logged account
|
|
|
29
29
|
sos organization list [options]
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
[→ See detailed documentation](list/)
|
|
32
|
+
[→ See detailed documentation](/cli/organization/list/)
|
|
33
33
|
|
|
34
34
|
### get
|
|
35
35
|
|
|
@@ -39,7 +39,7 @@ Get detailed information about a specific organization
|
|
|
39
39
|
sos organization get [options]
|
|
40
40
|
```
|
|
41
41
|
|
|
42
|
-
[→ See detailed documentation](get/)
|
|
42
|
+
[→ See detailed documentation](/cli/organization/get/)
|
|
43
43
|
|
|
44
44
|
### set-default
|
|
45
45
|
|
|
@@ -49,7 +49,7 @@ Set a default organization for CLI operations
|
|
|
49
49
|
sos organization set-default [options]
|
|
50
50
|
```
|
|
51
51
|
|
|
52
|
-
[→ See detailed documentation](set-default/)
|
|
52
|
+
[→ See detailed documentation](/cli/organization/set-default/)
|
|
53
53
|
|
|
54
54
|
|
|
55
55
|
## Examples
|
|
@@ -100,6 +100,6 @@ sos --profile production organization list
|
|
|
100
100
|
|
|
101
101
|
## Related Commands
|
|
102
102
|
|
|
103
|
-
- [`sos organization list`](list/) - List organizations for logged account
|
|
104
|
-
- [`sos organization get`](get/) - Get detailed information about a specific organization
|
|
105
|
-
- [`sos organization set-default`](set-default/) - Set a default organization for CLI operations
|
|
103
|
+
- [`sos organization list`](/cli/organization/list/) - List organizations for logged account
|
|
104
|
+
- [`sos organization get`](/cli/organization/get/) - Get detailed information about a specific organization
|
|
105
|
+
- [`sos organization set-default`](/cli/organization/set-default/) - Set a default organization for CLI operations
|
package/docs/timing/index.md
CHANGED
|
@@ -30,7 +30,7 @@ List timing configurations assigned to a device
|
|
|
30
30
|
sos timing list [options]
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
-
[→ See detailed documentation](list/)
|
|
33
|
+
[→ See detailed documentation](/cli/timing/list/)
|
|
34
34
|
|
|
35
35
|
|
|
36
36
|
## Examples
|
|
@@ -75,4 +75,4 @@ sos --profile production organization list
|
|
|
75
75
|
|
|
76
76
|
## Related Commands
|
|
77
77
|
|
|
78
|
-
- [`sos timing list`](list/) - List timing configurations assigned to a device
|
|
78
|
+
- [`sos timing list`](/cli/timing/list/) - List timing configurations assigned to a device
|