Integrated with the webOS TV CLI. In the future, we plan to support multiple webOS platforms with a single CLI.
Added profiles for changing support platforms, default profile is tv. Each profile has different supported commands, options, help, and templates.
New Features
Supports Node.js v16.20.2.
Added a new command, ares-config. For more details, see CLI User Guide.
Supports to live reloading using ares-launch --hosted option.
Fixed Issues
Fixed to minify by default for JavaScript files in service directory when using ares-package.
v2.4.0 (February 2023)
This version is compatible with webOS OSE 2.19.1 ~ webOS OSE 2.25.0. See below for the new and changed features in this release.
New Features
We have released a new JavaScript API, see CLI API Reference. You can use features of existing CLI commands through this API. Supported commands are as follows:
Added ares-device command. This command replaces ares-device-info.
Changed Features
Supports Node.js v14.15.1.
Updated the README file.
Fixed Issues
Added a logic for checking ares-setup-device’s parameter and fixed typos.
v1.13.1 (November 2020)
This version is compatible with webOS OSE 2.8.0. See below for the new and changed features in this release.
Changed Features
Updated the source code through static analysis (ESLint and JSHint).
Updated JS service template.
v1.13.0 (October 2020)
This version is compatible with webOS OSE 2.7.0. See below for the new and changed features in this release.
New Features
Added a new command, ares-device-info. For more details, see CLI User Guide.
Changed Features
Organized and unified error messages.
Updated the README file.
Removed Features
Removed pmloglib.Context in the JS service template.
v1.12.0 (July 2020)
This version is compatible with webOS OSE 2.6.0. See below for the new and changed features in this release.
New Features
Supports to launch Web Inspector on dual display (–-display option) in ares-inspect.
Supports to set a default device (-–default option) in ares-setup-device.
Supports to run a web app without installation ( --hosted option) in ares-launch.
Changed Features
Updated Node.js version to v8.12.0.
Updated descriptions in --help option.
Removed Features
Removed a Git dependency in ares-generate.
Removed Enyo features in ares-package and ares-generate.
Fixed Issues
Fixed typos.
Known Issues
Screencast feature of Web Inspector is not working on OSE emulator.
v1.11.1 (May 2020)
This version is compatible with webOS OSE 2.5.0. See below for the new and changed features in this release.
Changed Features
Updated QML template
Added applications group to the permission of QML app.
Set displayAffinity in QML template.
Fixed Issues
Corrected typos in QML template.
v1.11.0 (March 2020)
This version is compatible with webOS OSE 2.4.0. See below for the new and changed features in this release.
New Features
Supports web app launch on dual displays.
Changed Features
Changed web app and JS service templates.
Changed version property in appinfo.json to optional.
Changed a default value of title property to new app in appinfo.json template.
Updated dependent npm.
Removed Features
Deleted a file and properties related to largeIcon in the template.
Fixed Issues
Fixed a bug related to -v option.
Fixed correct machine architecture in packaging file.
Known Issues
webOS OSE cannot launch the same web app on different displays at the same time.
For example, if you launch a web app on display 0 and then launch the same app on display 1, it just re-launch the app on display 0. (Nothing happened on display 1.)
Note In this example, the message (’Launched application com.sample.app on display 1’) might be returned on terminal, but this message can be ignored.
v1.10.2 (November 2019)
This version is compatible with webOS OSE 2.1.0. See below for the new and changed features in this release.
New Features
Added a QML app template.
Changed Features
Changed template names, basic and webappicon to webapp and icon.
Known Issues
When you install an app using ares-install, the icon of the app is not displayed on Home Launcher.
v1.10.1 (October 2019)
This version is compatible with webOS OSE 2.0.0. See below for the new, changed, and removed features along with fixed issues and known issues in this release.
New Features
Added a web app template that uses the WebOSSerivceBridge API.
Added a feature to check the validity of version in appinfo.json when packaging an app, which checks whether each version number is 9 digits or less.
Added a guide text regarding the default target device to the CLI help.
Changed Features
Changed to show appInstallService’s error text when app installation fails.
Changed the icon images generated by executing ares-generate --template to new images.
Removed Features
Removed the webOS.js library.
ares-inspect --service option cannot be used with the --open option.
Removed EULA that appeared on CLI when executing a command for the first time, which was replaced by EULA that appears on the developer site when downloading the CLI package.
Fixed Issues
Enabled the ares-inspect --service option.
Fixed an issue where ares-inspect --open option cannot open a browser on Windows.
Fixed to create a .ssh directory after executing ares-setup-device.
Known Issues
When you install or uninstall an app using ares-install, a running Home Launcher disappears from the screen. To make the app listed on Home Launcher, you must reboot the target device.
After rebooting the target device, the downloadable app is listed on Home Launcher, but the icon of the app is not displayed.
v1.9.4 (June 2019)
See below for the new and changed features, bug fixes, and known issues in this release.
New Features
Added a feature to check the version rule of your app when you package your app.
Added a feature to check if id and version exist in the appinfo.json file of your app when you package your app.
Added a feature to add read permission to all files of your app when you package your app.
Changed Features
Updated templates (changed usable webOS APIs and how to use PmLog, appinfo.json).
Changed the scenario to prompt you whether to overwrite an existing folder when creating a project. Now, CLI prompts you whether to overwrite the folder as soon as you executes the ares-generate command with the existing folder name. In older versions, CLI prompts you when you enter your app information.
Changed the CLI folder structure due to code refactoring.
Bug Fixes
Fixed an issue where ares-setup-device --reset does not print the reset device list.
Known Issues
This version of CLI does not support ares-inspect --service temporarily.
v1.8.1 (July 2018)
New and Changed Features
Changed the package filenames (from webos-ose-cli-rpi_sdk-*.* to ares-webos-cli-ose_sdk-*.*).
Added the end-user license agreement (EULA).
Added a template for hosted web apps.
v1.6.4 (March 2018)
This is the first official release of CLI for webOS OSE. For a detailed list of key features, see key features.
Known Issues
Web Inspector and Node Inspector work on Blink-based browsers (Chrome and Opera) but not on non-Blink browsers (Internet Explorer, FireFox, and Safari).
The emulator should be running prior to using ares-install or ares-launch commands. CLI does not run the emulator automatically.
ares-server and ares-inspect commands are not terminated on their own, and can only be terminated manually by pressing Control+C.
ares-package shows an error message if an app filename contains non-ASCII characters. (App filenames should contain Latin letters ONLY.)
ares-setup-device --search|-s (Search webOS Devices) is not working, because webOS OSE does not contain upnpd.