88
99We are releasing a single CLI that supports both webOS OSE and webOS TV through this released CLI (v3.0.0). You can switch to CLI for OSE or TV by installing one CLI and changing only the profile. For more details, see [ Profile Settings] ( #profile-settings ) .
1010
11+ From the released CLI (v3.1.2) we integrated CLI commands for webOS APOLLO. You can switch to CLI for APOLLO by changing only the profile to apollo.
12+
1113## Installation
1214
1315> [ !IMPORTANT]
@@ -36,7 +38,7 @@ $ npm install -g @webos-tools/cli
3638
3739## Profile Settings
3840
39- You can change the profile to ` tv ` or ` ose ` . The default profile is ` tv ` (webOS TV).
41+ You can change the profile to ` tv ` , ` ose ` or ` apollo ` . The default profile is ` tv ` (webOS TV).
4042
4143``` shell
4244$ ares-config --profile ose
@@ -58,23 +60,23 @@ If you want to use previous version of CLI, check the compatibility table for ea
5860
5961The following table shows a list supported commands. For more details, refer to user guides in [ Documentation] ( #documentation ) .
6062
61- | Command | Description | OSE | TV |
62- | -------------------| --------------------------------------------------------------------------------| :---:| :--:|
63- | ares-config | Configures webOS CLI. | v | v |
64- | ares | Displays the help information for ares commands. | v | v |
65- | ares-generate | Creates a webOS app or service from templates. | v | v |
66- | ares-package | Packages the app or services into a package file. | v | v |
67- | ares-setup-device | Manages the target devices. | v | v |
68- | ares-novacom | Command Line Tool to control the device. | | v |
69- | ares-install | Installs the app or service on the target device. | v | v |
70- | ares-launch | Launches or terminates the app. | v | v |
71- | ares-inspect | Enables Web Inspector or Node's Inspector for debugging web app or JS service. | v | v |
72- | ares-server | Runs the Web server for testing local app file. | v | v |
73- | ares-shell | Executes shell commands in the target device. | v | |
74- | ares-push | Pushes file(s) from a host machine to a target device. | v | |
75- | ares-pull | Pulls file(s) from a target device to a host machine. | v | |
76- | ares-device | Displays the device information. | v | v |
77- | ares-log | Shows or saves logs of webOS apps and services. | v | |
63+ | Command | Description | OSE | TV | APOLLO |
64+ | -------------------| --------------------------------------------------------------------------------| :---:| :--:| :------: |
65+ | ares-config | Configures webOS CLI. | v | v | v |
66+ | ares | Displays the help information for ares commands. | v | v | v |
67+ | ares-generate | Creates a webOS app or service from templates. | v | v | v |
68+ | ares-package | Packages the app or services into a package file. | v | v | v |
69+ | ares-setup-device | Manages the target devices. | v | v | v |
70+ | ares-novacom | Command Line Tool to control the device. | | v | |
71+ | ares-install | Installs the app or service on the target device. | v | v | v |
72+ | ares-launch | Launches or terminates the app. | v | v | v |
73+ | ares-inspect | Enables Web Inspector or Node's Inspector for debugging web app or JS service. | v | v | v |
74+ | ares-server | Runs the Web server for testing local app file. | v | v | v |
75+ | ares-shell | Executes shell commands in the target device. | v | | v |
76+ | ares-push | Pushes file(s) from a host machine to a target device. | v | | v |
77+ | ares-pull | Pulls file(s) from a target device to a host machine. | v | | v |
78+ | ares-device | Displays the device information. | v | v | v |
79+ | ares-log | Shows or saves logs of webOS apps and services. | v | | v |
7880
7981## Documentation
8082
@@ -215,4 +217,4 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
215217See the License for the specific language governing permissions and
216218limitations under the License.
217219
218- SPDX-License-Identifier: Apache-2.0
220+ SPDX-License-Identifier: Apache-2.0
0 commit comments