Skip to content
/ pq Public

pq is a tool to help install and manage podman quadlets from a git repository

License

Notifications You must be signed in to change notification settings

rgolangh/pq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pq is a cli to help manage podman quadlets

NOTE: UNDER DEVELOPMENT

See how quadlets are stored in a git repository https://github.com/rgolangh/podman-quadlets.

This git repo is used by default. Override with --repo https://my/git/repo

Usage

$ pq list
Listing quadlets from repo https://github.com/rgolangh/podman-quadlets (default in ~/.config/pq/pq.yaml)

- nginx
- redpanda
- wordpress

$ pq install wordpress
Installing quadlet 'wordpress'
[#############             ]

$ pq install wordpress --systemd-reload
Installing quadlet 'wordpress'
[#############             ]

$ pq install wordpress --repo https://github.com/rgolangh/podman-quadlets
Installing quadlet 'wordpress' from https://github.com/rgolangh/podman-quadlets
[#############             ]

$ pq list --installed
- wordpress (on 24/01/2024)

$ pq remove wordpress

About

pq is a tool to help install and manage podman quadlets from a git repository

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages