https://github.com/kowalski7cc/kwap
KWAP, pronounced "quap": Work with "Karaf Web APi"
https://github.com/kowalski7cc/kwap
apache-karaf fuse-karaf jboss-fuse karaf redhat-fuse7
Last synced: 3 months ago
JSON representation
KWAP, pronounced "quap": Work with "Karaf Web APi"
- Host: GitHub
- URL: https://github.com/kowalski7cc/kwap
- Owner: kowalski7cc
- License: mit
- Created: 2022-08-02T22:07:45.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T05:38:09.000Z (12 months ago)
- Last Synced: 2025-01-01T22:31:49.364Z (5 months ago)
- Topics: apache-karaf, fuse-karaf, jboss-fuse, karaf, redhat-fuse7
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KWAP
KWAP, pronounced "quap": Work with "Karaf Web APi"
## Prerequisites
You will need the `webconsole` feature started. You can install with the following command:
```sh
feature:install webconsole
```## Usage
```text
usage: kwap [-h] --url url -u username -p password command ...Work with Karaf Web API
positional arguments:
command
upload Upload a bundle
list Show installed bundlesoptional arguments:
-h, --help show this help message and exit
--url url Karaf Web API URL
-u username, --username username
Karaf Web API username
-p password, --password password
Karaf Web API passwordExample: kwap --url localhost:8181 -u admin -p admin upload /path/to/bundle.jar
```