Skip to content

yithian/juicer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Code Climate

Juicer

usage: juicer [-h] [-v] [-V] {repo,rpm,hello,cart} ...

Manage release carts

optional arguments:
-h, --help            show this help message and exit
-v                    increase the verbosity (up to 3x)
-V, --version         show program's version number and exit

Commands:
'juicer COMMAND -h' for individual help topics

{repo,rpm,hello,cart}
cart                cart operations
rpm                 rpm operations
repo                repo operations
hello               test your connection to the pulp server

Config

[DEFAULT]
username: USERNAME
password: PASSWORD
port: 443
verify_ssl: False
ca_path: PATH_TO_CA
cert_filename: PATH_TO_CERT
start_in: re

[re]
hostname: HOSTNAME
promotes_to: qa

[qa]
hostname: HOSTNAME

About

This is a fork of the Juicer project. https://github.com/juicer/juicer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.5%
  • Makefile 6.5%