Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

athom-cli

Package Overview
Dependencies
Maintainers
1
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

athom-cli

Command-line interface for Homey Apps

  • 3.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Athom CLI

This is the Command Line Interface for Homey App Development.

Installation

$ npm install -g athom-cli

Usage

$ athom --help
athom <command>

Commands:
  athom app      App related commands
  athom homey    Homey related commands
  athom ledring  LED ring related commands
  athom login    Log in with an Athom Account
  athom logout   Log out the current user

Options:
  --version  Show version number
  --help     Show help

Examples

$ athom login

$ athom app create

$ athom app validate
$ athom app validate --level appstore

$ athom app run
$ athom app run --clean
$ athom app run --path /path/to/my/app/folder
$ athom app install
$ athom app version patch
$ athom app build

$ athom app driver create

$ athom homey list
$ athom homey select
$ athom homey unselect

Plugins

Athom CLI ships with built-in plugins to make the development workflow easier. Plugins must be defined in /.homeyplugins.json in your app's root, and are executed in order.

Compose

The compose plugin copies & merges files, which is useful for very large Homey Apps.

For documentation, refer to AppPluginCompose.

Z-Wave

The zwave plugin installs homey-meshdriver.

For documentation, refer to AppPluginZwave.

Zigbee

The zigbee plugin installs homey-meshdriver.

For documentation, refer to AppPluginZigbee.

RF

The rf plugin installs homey-rfdriver, and copies pairing templates to /.homeycompose/.

For documentation, refer to AppPluginRF.

Log

The log plugin installs homey-log. You must still require the module in the app yourself:

const { Log } = require('homey-log');

Don't forget to add the HOMEY_LOG_URL variable to your env.json.

Keywords

FAQs

Package last updated on 28 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc