Package copr_cli :: Module subcommands
[hide private]
[frames] | no frames]

Module subcommands

source code

Function actually doing the work of calling the API and handling the output.

Functions [hide private]
 
get_user()
Retrieve the user information from the config file.
source code
 
get_api_url()
Retrieve the user information from the config file.
source code
 
listcoprs(username=None)
List all the copr of a user.
source code
 
create(name, chroots=[], description=None, instructions=None, repos=None, initial_pkgs=None)
Create a new copr.
source code
 
build(copr, pkgs, memory, timeout)
Build a new package into a given copr.
source code
Variables [hide private]
  __package__ = 'copr_cli'