https://github.com/qualisystems/qpm
:package: :rage1: QualiSystems Package Manager
https://github.com/qualisystems/qpm
Last synced: 4 months ago
JSON representation
:package: :rage1: QualiSystems Package Manager
- Host: GitHub
- URL: https://github.com/qualisystems/qpm
- Owner: QualiSystems
- License: apache-2.0
- Created: 2016-01-31T08:40:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-05T14:38:38.000Z (over 6 years ago)
- Last Synced: 2025-02-15T00:36:27.471Z (over 1 year ago)
- Language: Rich Text Format
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### QPM is QualiSystems Package Manager
Usage:
```
python -m qpm action [additional arguments]
```
Examples:
Pack a CloudShell shell
```
python -m qpm pack --package_name vCenterShell
```
Install package into QualiSystems CloudShell
```
python -m qpm install --package_name vCenterShell
```