Communicates with the remote agent

Synopsis:

   remote [options]  ...

Options:

  • [ -h --host <string> ] Specify the host to commicate with, default is ‘localhost’
  • [ -p --port <int> ] Specify the port to commicate with, default is 29998

Available sub-commands

  • distro -
  • framework -
  • install - Install/update the specified bundle.
  • list - List the bundles installed in the remote framework
  • ping -
  • revisions -
  • start - Start the specified bundles
  • stop - Stop the specified bundles
  • uninstall - Uninstall the specified bundles

distro

Create a distro jar (or xml) from a remote agent

Synopsis:

   distro [options]  <bsn> <[version]>
Options:
  • [ -c --copyright <string> ] The Bundle-Copyright header
  • [ -d --description <string> ] The Bundle-Description header
  • [ -l --license <string> ] The Bundle-License header
  • [ -o --output <string> ] Output name
  • [ -v --vendor <string> ] The Bundle-Vendor header
  • [ -x --xml ] Generate xml instead of a jar with manifest

framework

Get the framework info

Synopsis:

   framework 

install

Communicate with the remote framework to install or update bundle

Synopsis:

   install [options]  <filespec...>
Options:
  • [ -l --location <string;> ] By default the location is ‘manual:'. You can specify multiple locations when installing multiple bundles

list

Communicate with the remote framework to list the installed bundles

Synopsis:

   list [options]  ...
Options:
  • [ -j --json ] Specify to return the output as JSON

ping

Ping the remote framework

Synopsis:

   ping 

revisions

Get the bundle revisions

Synopsis:

   revisions  <bundleid...>

start

Communicate with the remote framework to perform bundle operation

Synopsis:

   start  <bundleId...>

stop

Communicate with the remote framework to perform bundle operation

Synopsis:

   stop  <bundleId...>

uninstall

Communicate with the remote framework to perform bundle operation

Synopsis:

   uninstall  <bundleId...>