• Intro Headers Instructions Macros Commands
Fork me on GitHub
    • Getting Started
      • Introduction
      • How to install bnd
      • Guided Tour Workspace & Projects
      • bnd / bndlib Features and JAR Wrapping Techniques
      • FAQ - Frequently Asked Questions
    • Concepts and Practices
      • Concepts
      • Background
      • Best practices
    • Build and Development
      • Build
      • Generating JARs
      • Versioning
      • Baselining
      • Service Components
      • Metatype
      • Contracts
      • Bundle Annotations
      • Accessor Properties
      • SPI Annotations
    • Dependency and Launching
      • Resolving Dependencies
      • Launching
      • Startlevels
    • Testing
      • Testing
      • Testing with Launchpad
    • Packaging and Distribution
      • Packaging Applications
      • JPMS Libraries
      • Wrapping Libraries to OSGi Bundles
    • Documentation and Tools
      • Generating Documentation
      • Commands
      • For Developers
      • Templates for Workspaces
      • Tips for Windows users
      • Tools bound to bnd
    • Reference Material
      • Reference
      • Headers
      • Instruction Reference
      • Instruction Index
      • Macro Reference
      • Macro Index
      • Plugins
      • External Plugins
    • Configuration and Troubleshooting
      • Settings
      • Errors
      • Warnings
  • remote

    Prev Next

    Description

    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

    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

    Synopsis:

       framework 
    

    install

    Install/update the specified 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

    List the bundles installed in the remote framework

    Synopsis:

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

    ping

    Synopsis:

       ping 
    

    revisions

    Synopsis:

       revisions  <bundleid...>
    

    start

    Start the specified bundles

    Synopsis:

       start  <bundleId...>
    

    stop

    Stop the specified bundles

    Synopsis:

       stop  <bundleId...>
    

    uninstall

    Uninstall the specified bundles

    Synopsis:

       uninstall  <bundleId...>
    
Prev Next
Search
    • Home