appcd
The Appc Daemon (appcd) is a background server that runs on a developer's computer and hosts
services. It provides essential components such as configuration, plugins, monitoring, filesystem
watching, and much more.
Visit https://github.com/appcelerator/appc-daemon for more information.
Report issues to GitHub issues. Official issue tracker in JIRA.
Installation
npm i -g appcd
appcd pm install default
Quick Start
Start the server:
appcd start
Start the server in debug mode:
appcd start --debug
Stop the server:
appcd stop
Query the status of the server:
appcd status
View server log output:
appcd logcat
Invoke a service:
appcd exec /appcd/status
appcd exec /jdk/latest/info
List installed plugins:
appcd pm ls
Legal
This project is open source under the Apache Public License v2 and is developed by
Axway, Inc and the community. Please read the LICENSE
file included
in this distribution for more information.