GitXplorerGitXplorer
d

palm-run

public
18 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
316a839b155c342acd07dd887add907a0b2b1f0c

Remove hard-coded service name

kkpdecker committed 14 years ago
Unverified
4a55721fc86f332e639372f9969f13cca0cfd151

Merge with upstream

kkpdecker committed 14 years ago
Unverified
fff5fb226aa00fe836a764326b21ae4d29fba41c

Restore maxdepth flag. Add symlink traversal

kkpdecker committed 14 years ago
Unverified
71ef9f1ff14ff63bef7b6c1e66dea8cfb5cfaa2b

Add support for account templates

kkpdecker committed 14 years ago
Unverified
edbebb1ff654f6f3f3775b60e847b0f490c231bf

Remove the maxdepth limits for info file lookup

kkpdecker committed 14 years ago
Unverified
98d97f4429a2c4dc9df2f3aadd37d4067bd7ba6b

Add support for postPackage.sh scripts

kkpdecker committed 14 years ago

README

The README file for this repository.

palm-run - helper script for webOS development

palm-run [-d DEVICE] [-L] [-s serviceName] [-o DIRECTORY] [-p excludes.file] [directory | ipk]

This command packages, installs, and then looks at the logs for a webOS application that you are developing.

  • -d DEVICE: Defaults to installing to the first device
  • -I : By default palm-launch uses -i for inspector
  • -L : By default the palm-log command is run. This suppresses that
  • -s serviceName : Runs the defined service.
  • -o OUTPUT: By default the ipk is generated to /tmp
  • -p exfile: By default looks for 'excludes.txt' file

Usage examples:

  • palm-run ~/myproject # deploy from /tmp to emulator
  • palm-run -d usb -L -o /packages ~/myproject
  • palm-run /path/to/com.palm.app.videogallery_1.0.1_all.ipk # has to be in the format of path/ID_VERSION.ipk
  • palm-run -d tcp -p myexcludes.txt # use the emulator and package with exclude_from myexcludes.txt
  • palm-run # use the current directory and all the defaults