robottelo.cli.lifecycleenvironment

Usage:

hammer lifecycle-environment [OPTIONS] SUBCOMMAND [ARG] ...

Parameters:

SUBCOMMAND                    subcommand
[ARG] ...                     subcommand arguments

Subcommands:

list                          List environments in an organization
update                        Update an environment
create                        Create an environment
delete                        Destroy an environment
info                          Show an environment

Module Contents

Classes

LifecycleEnvironment

Manipulates Katello engine’s lifecycle-environment command.

class robottelo.cli.lifecycleenvironment.LifecycleEnvironment

Bases: robottelo.cli.base.Base

Manipulates Katello engine’s lifecycle-environment command.

command_base = lifecycle-environment
command_requires_org = True
classmethod list(cls, options=None, per_page=False)

List information. @param options: ID (sometimes name works as well) to retrieve info.

classmethod paths(cls, options=None)