Usage Help

PEAR Farm executable

A cli application that helps you achieve the goals of the project, namely package creation and distribution.

Functions:


pearfarm init

Creates a pearfarm.spec file that produces a package.

pearfarm build

Creates a package.xml based on pearfarm.spec and builds the package .tgz file

pearfarm keygen

Outputs a public key suitable for copy/paste into your pearfarm account.

pearfarm push package.tgz

Pushes your package file to the server for distribution using inline authentication via openssl keys pearfarm push pearfarm-0.1.0.tgz

Back