Not by default gogo is a command framework vs a set of commands. But there are a couple of objects registered by default as BundleContext
So you can do: installBundle http://somewhere.org/somepath/some.jar to start and stop bundles you can do: (bundle <id>) start (bundle <id>) stop On Wed, Sep 9, 2009 at 3:32 PM, Stuart McCulloch<[email protected]> wrote: > 2009/9/9 Guillaume Nodet <[email protected]> > >> I've uploaded a first release of gogo. >> >> Staging repository: >> https://repository.apache.org/content/repositories/felix-staging-048/ >> >> You can use this UNIX script to download the release and verify the >> signatures: >> http://svn.apache.org/repos/asf/felix/trunk/check_staged_release.sh >> >> Usage: >> sh check_staged_release.sh 48 /tmp/felix-staging >> >> Please vote to approve this release: >> >> [ ] +1 Approve the release >> [ ] -1 Veto the release (please provide specific comments) >> > > +1 > > btw, is there any help / usage option that gives you the available commands? > I couldn't find one... > > >> This vote will be open for 72 hours. >> >> -- >> Cheers, >> Guillaume Nodet >> ------------------------ >> Blog: http://gnodet.blogspot.com/ >> ------------------------ >> Open Source SOA >> http://fusesource.com >> > > > > -- > Cheers, Stuart >
