2.39. hammer lifecycle-environment

サーバーで lifecycle_environments を操作します。

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

Parameters:
 SUBCOMMAND                    Subcommand
 [ARG] ...                     Subcommand arguments

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

Options:
 -h, --help                    Print help

2.39.1. hammer lifecycle-environment create

環境を作成します。

Usage:
    hammer lifecycle-environment create [OPTIONS]

Options:
 --description DESCRIPTION                                     Description of the environment
 --label LABEL                                                 Label of the environment
 --name NAME                                                   Name of the environment
 --organization ORGANIZATION_NAME                              Organization name to search by
 --organization-id ORGANIZATION_ID                             Organization ID
 --organization-label ORGANIZATION_LABEL                       Organization label to search by
 --prior PRIOR                                                 Name of the prior environment
 --prior-id PRIOR_ID                                           ID of an environment that is prior to the new environment in the chain. It
                                                               Has to be either the ID of Library or the ID of an environment at the end
                                                               Of a chain.
 --registry-name-pattern REGISTRY_NAME_PATTERN                 Pattern for container image names
 --registry-unauthenticated-pull REGISTRY_UNAUTHENTICATED_PULL Allow unauthenticed pull of container images
                                                               One of true/false, yes/no, 1/0.
 -h, --help                                                    Print help