3.80. hammer template-input


管理模板输入

Usage:
    hammer template-input [OPTIONS] SUBCOMMAND [ARG] ...

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

Subcommands:
 create                        Create a template input
 delete, destroy               Delete a template input
 info, show                    Show template input details
 list, index                   List template inputs
 update                        Update a template input

Options:
 -h, --help                    Print help

3.80.1. hammer template-input create

创建模板输入

Usage:
    hammer template-input create [OPTIONS]

Options:
 --advanced BOOLEAN            Input is advanced
 --default VALUE               Default value for user input
 --description VALUE           Input description
 --fact-name VALUE             Fact name, used when input type is Fact value
 --hidden-value BOOLEAN        The value contains sensitive information and shouldn not be normally visible,
                               useful e.g. for passwords
 --input-type ENUM             Input type
                               Possible value(s): 'user', 'fact', 'variable'
 --location VALUE              Set the current location context for the request
 --location-id NUMBER          Set the current location context for the request
 --location-title VALUE        Set the current location context for the request
 --name VALUE                  Input name
 --options LIST                Selectable values for user inputs
 --organization VALUE          Set the current organization context for the request
 --organization-id NUMBER      Set the current organization context for the request
 --organization-title VALUE    Set the current organization context for the request
 --required BOOLEAN            Input is required
 --resource-type ENUM          For values of type search, this is the resource the value searches in
                               Possible value(s): 'AnsibleRole', 'AnsibleVariable', 'Architecture', 'Audit',
                               'AuthSource', 'Bookmark', 'ComputeProfile', 'ComputeResource', 'ConfigReport',
                               'DiscoveryRule', 'Domain', 'ExternalUsergroup', 'FactValue', 'Filter',
                               'ForemanOpenscap::ArfReport', 'ForemanOpenscap::OvalContent',
                               'ForemanOpenscap::OvalPolicy', 'ForemanOpenscap::Policy',
                               'ForemanOpenscap::ScapContent', 'ForemanOpenscap::TailoringFile',
                               'ForemanTasks::RecurringLogic', 'ForemanTasks::Task',
                               'ForemanVirtWhoConfigure::Config', 'Host', 'Hostgroup', 'HttpProxy', 'Image',
                               'InsightsHit', 'JobInvocation', 'JobTemplate', 'Katello::ActivationKey',
                               'Katello::ContentCredential', 'Katello::ContentView', 'Katello::HostCollection',
                               'Katello::KTEnvironment', 'Katello::Product', 'Katello::Subscription',
                               'Katello::SyncPlan', 'KeyPair', 'Location', 'MailNotification', 'Medium',
                               'Model', 'Operatingsystem', 'Organization', 'Parameter', 'PersonalAccessToken',
                               'ProvisioningTemplate', 'Ptable', 'Realm', 'RemoteExecutionFeature', 'Report',
                               'ReportTemplate', 'Role', 'Setting', 'SmartProxy', 'SshKey', 'Subnet',
                               'Template', 'TemplateInvocation', 'User', 'Usergroup', 'Webhook',
                               'WebhookTemplate'
 --template-id VALUE
 --value-type ENUM             Value type, defaults to plain
                               Possible value(s): 'plain', 'search', 'date', 'resource'
 --variable-name VALUE         Variable name, used when input type is Variable
 -h, --help                    Print help

Option details:
  Here you can find option types and the value an option can accept:

  BOOLEAN             One of true/false, yes/no, 1/0
  DATETIME            Date and time in YYYY-MM-DD HH:MM:SS or ISO 8601 format
  ENUM                Possible values are described in the option's description
  FILE                Path to a file
  KEY_VALUE_LIST      Comma-separated list of key=value.
                      JSON is acceptable and preferred way for such parameters
  LIST                Comma separated list of values. Values containing comma should be quoted or escaped with backslash.
                      JSON is acceptable and preferred way for such parameters
  MULTIENUM           Any combination of possible values described in the option's description
  NUMBER              Numeric value. Integer
  SCHEMA              Comma separated list of values defined by a schema.
                      JSON is acceptable and preferred way for such parameters
  VALUE               Value described in the option's description. Mostly simple string

3.80.2. hammer template-input delete

删除模板输入

Usage:
    hammer template-input <delete|destroy> [OPTIONS]

Options:
 --id VALUE
 --location VALUE              Set the current location context for the request
 --location-id NUMBER          Set the current location context for the request
 --location-title VALUE        Set the current location context for the request
 --name VALUE                  Name to search by
 --organization VALUE          Set the current organization context for the request
 --organization-id NUMBER      Set the current organization context for the request
 --organization-title VALUE    Set the current organization context for the request
 --template-id VALUE
 -h, --help                    Print help

Option details:
  Here you can find option types and the value an option can accept:

  BOOLEAN             One of true/false, yes/no, 1/0
  DATETIME            Date and time in YYYY-MM-DD HH:MM:SS or ISO 8601 format
  ENUM                Possible values are described in the option's description
  FILE                Path to a file
  KEY_VALUE_LIST      Comma-separated list of key=value.
                      JSON is acceptable and preferred way for such parameters
  LIST                Comma separated list of values. Values containing comma should be quoted or escaped with backslash.
                      JSON is acceptable and preferred way for such parameters
  MULTIENUM           Any combination of possible values described in the option's description
  NUMBER              Numeric value. Integer
  SCHEMA              Comma separated list of values defined by a schema.
                      JSON is acceptable and preferred way for such parameters
  VALUE               Value described in the option's description. Mostly simple string

3.80.3. hammer template-input info

显示模板输入详情

Usage:
    hammer template-input <info|show> [OPTIONS]

Options:
 --fields LIST                 Show specified fields or predefined field sets only. (See below)
 --id VALUE
 --location VALUE              Set the current location context for the request
 --location-id NUMBER          Set the current location context for the request
 --location-title VALUE        Set the current location context for the request
 --name VALUE                  Name to search by
 --organization VALUE          Set the current organization context for the request
 --organization-id NUMBER      Set the current organization context for the request
 --organization-title VALUE    Set the current organization context for the request
 --template-id VALUE
 -h, --help                    Print help

Predefined field sets:
  ----------------------|-----|---------|-----
  FIELDS                | ALL | DEFAULT | THIN
  ----------------------|-----|---------|-----
  Id                    | x   | x       | x
  Name                  | x   | x       | x
  Input type            | x   | x       |
  Fact name             | x   | x       |
  Variable name         | x   | x       |
  Puppet parameter name | x   | x       |
  Options               | x   | x       |
  Default value         | x   | x       |
  ----------------------|-----|---------|-----

Option details:
  Here you can find option types and the value an option can accept:

  BOOLEAN             One of true/false, yes/no, 1/0
  DATETIME            Date and time in YYYY-MM-DD HH:MM:SS or ISO 8601 format
  ENUM                Possible values are described in the option's description
  FILE                Path to a file
  KEY_VALUE_LIST      Comma-separated list of key=value.
                      JSON is acceptable and preferred way for such parameters
  LIST                Comma separated list of values. Values containing comma should be quoted or escaped with backslash.
                      JSON is acceptable and preferred way for such parameters
  MULTIENUM           Any combination of possible values described in the option's description
  NUMBER              Numeric value. Integer
  SCHEMA              Comma separated list of values defined by a schema.
                      JSON is acceptable and preferred way for such parameters
  VALUE               Value described in the option's description. Mostly simple string

3.80.4. hammer template-input list

列出模板输入

Usage:
    hammer template-input <list|index> [OPTIONS]

Options:
 --fields LIST                 Show specified fields or predefined field sets only. (See below)
 --location VALUE              Set the current location context for the request
 --location-id NUMBER          Set the current location context for the request
 --location-title VALUE        Set the current location context for the request
 --order VALUE                 Sort and order by a searchable field, e.g. '<field> DESC'
 --organization VALUE          Set the current organization context for the request
 --organization-id NUMBER      Set the current organization context for the request
 --organization-title VALUE    Set the current organization context for the request
 --page NUMBER                 Page number, starting at 1
 --per-page VALUE              Number of results per page to return, 'all' to return all results
 --search VALUE                Filter results
 --template-id VALUE
 -h, --help                    Print help

Predefined field sets:
  -----------|-----|---------|-----
  FIELDS     | ALL | DEFAULT | THIN
  -----------|-----|---------|-----
  Id         | x   | x       | x
  Name       | x   | x       | x
  Input type | x   | x       |
  -----------|-----|---------|-----

Option details:
  Here you can find option types and the value an option can accept:

  BOOLEAN             One of true/false, yes/no, 1/0
  DATETIME            Date and time in YYYY-MM-DD HH:MM:SS or ISO 8601 format
  ENUM                Possible values are described in the option's description
  FILE                Path to a file
  KEY_VALUE_LIST      Comma-separated list of key=value.
                      JSON is acceptable and preferred way for such parameters
  LIST                Comma separated list of values. Values containing comma should be quoted or escaped with backslash.
                      JSON is acceptable and preferred way for such parameters
  MULTIENUM           Any combination of possible values described in the option's description
  NUMBER              Numeric value. Integer
  SCHEMA              Comma separated list of values defined by a schema.
                      JSON is acceptable and preferred way for such parameters
  VALUE               Value described in the option's description. Mostly simple string

Search / Order fields:
  input_type          string
  name                string

3.80.5. hammer template-input 更新

更新模板输入

Usage:
    hammer template-input update [OPTIONS]

Options:
 --advanced BOOLEAN            Input is advanced
 --default VALUE               Default value for user input
 --description VALUE           Input description
 --fact-name VALUE             Fact name, used when input type is Fact value
 --hidden-value BOOLEAN        The value contains sensitive information and shouldn not be normally visible,
                               useful e.g. for passwords
 --id VALUE
 --input-type ENUM             Input type
                               Possible value(s): 'user', 'fact', 'variable'
 --location VALUE              Set the current location context for the request
 --location-id NUMBER          Set the current location context for the request
 --location-title VALUE        Set the current location context for the request
 --name VALUE                  Input name
 --new-name VALUE              Input name
 --options LIST                Selectable values for user inputs
 --organization VALUE          Set the current organization context for the request
 --organization-id NUMBER      Set the current organization context for the request
 --organization-title VALUE    Set the current organization context for the request
 --required BOOLEAN            Input is required
 --resource-type ENUM          For values of type search, this is the resource the value searches in
                               Possible value(s): 'AnsibleRole', 'AnsibleVariable', 'Architecture', 'Audit',
                               'AuthSource', 'Bookmark', 'ComputeProfile', 'ComputeResource', 'ConfigReport',
                               'DiscoveryRule', 'Domain', 'ExternalUsergroup', 'FactValue', 'Filter',
                               'ForemanOpenscap::ArfReport', 'ForemanOpenscap::OvalContent',
                               'ForemanOpenscap::OvalPolicy', 'ForemanOpenscap::Policy',
                               'ForemanOpenscap::ScapContent', 'ForemanOpenscap::TailoringFile',
                               'ForemanTasks::RecurringLogic', 'ForemanTasks::Task',
                               'ForemanVirtWhoConfigure::Config', 'Host', 'Hostgroup', 'HttpProxy', 'Image',
                               'InsightsHit', 'JobInvocation', 'JobTemplate', 'Katello::ActivationKey',
                               'Katello::ContentCredential', 'Katello::ContentView', 'Katello::HostCollection',
                               'Katello::KTEnvironment', 'Katello::Product', 'Katello::Subscription',
                               'Katello::SyncPlan', 'KeyPair', 'Location', 'MailNotification', 'Medium',
                               'Model', 'Operatingsystem', 'Organization', 'Parameter', 'PersonalAccessToken',
                               'ProvisioningTemplate', 'Ptable', 'Realm', 'RemoteExecutionFeature', 'Report',
                               'ReportTemplate', 'Role', 'Setting', 'SmartProxy', 'SshKey', 'Subnet',
                               'Template', 'TemplateInvocation', 'User', 'Usergroup', 'Webhook',
                               'WebhookTemplate'
 --template-id VALUE
 --value-type ENUM             Value type, defaults to plain
                               Possible value(s): 'plain', 'search', 'date', 'resource'
 --variable-name VALUE         Variable name, used when input type is Variable
 -h, --help                    Print help

Option details:
  Here you can find option types and the value an option can accept:

  BOOLEAN             One of true/false, yes/no, 1/0
  DATETIME            Date and time in YYYY-MM-DD HH:MM:SS or ISO 8601 format
  ENUM                Possible values are described in the option's description
  FILE                Path to a file
  KEY_VALUE_LIST      Comma-separated list of key=value.
                      JSON is acceptable and preferred way for such parameters
  LIST                Comma separated list of values. Values containing comma should be quoted or escaped with backslash.
                      JSON is acceptable and preferred way for such parameters
  MULTIENUM           Any combination of possible values described in the option's description
  NUMBER              Numeric value. Integer
  SCHEMA              Comma separated list of values defined by a schema.
                      JSON is acceptable and preferred way for such parameters
  VALUE               Value described in the option's description. Mostly simple string
Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

© 2024 Red Hat, Inc.