robottelo.cli.product

Usage:

hammer product [OPTIONS] SUBCOMMAND [ARG] ...

Parameters:

SUBCOMMAND                    subcommand
[ARG] ...                     subcommand arguments

Subcommands:

create                        Create a product
delete                        Destroy a product
info                          Show a product
list                          List products in an environment
remove_sync_plan              Delete assignment sync plan and product.
set_sync_plan                 Assign sync plan to product.
synchronize                   Sync a repository
update                        Update a product
update-proxy                  Updates an HTTP Proxy for a product

Module Contents

Classes

Product

Manipulates Katello engine’s product command.

class robottelo.cli.product.Product

Bases: robottelo.cli.base.Base

Manipulates Katello engine’s product command.

command_base = product
command_requires_org = True
classmethod remove_sync_plan(cls, options=None)

Delete assignment sync plan and product.

classmethod set_sync_plan(cls, options=None)

Assign sync plan to product.

classmethod synchronize(cls, options=None)

Synchronize a product.

classmethod update_proxy(cls, options=None)

Assign Http Proxy to products.