2.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

2.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

2.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

2.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

2.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

2.80.5. hammer template-input update

テンプレート入力を更新します。

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