2.74. hammer settings
サーバー設定を変更します。
Usage: hammer settings [OPTIONS] SUBCOMMAND [ARG] ... Parameters: SUBCOMMAND Subcommand [ARG] ... Subcommand arguments Subcommands: info, show Show a setting list, index List all settings set Update a setting Options: -h, --help Print help
2.74.1. hammer settings info
設定を表示します。
Usage: hammer settings <info|show> [OPTIONS] Options: --fields FIELDS Show specified fields or predefined field sets only. (See below) Comma separated list of values. Values containing comma should be quoted or escaped with backslash. JSON is acceptable and preferred way for complex parameters --id ID --name NAME Setting name -h, --help Print help Predefined field sets: --------------|-----|---------|----- FIELDS | ALL | DEFAULT | THIN --------------|-----|---------|----- Id | x | x | x Name | x | x | x Description | x | x | Category | x | x | Settings type | x | x | Value | x | x | --------------|-----|---------|-----
2.74.2. hammer settings list
設定を一覧表示します。
Usage: hammer settings <list|index> [OPTIONS] Options: --fields FIELDS Show specified fields or predefined field sets only. (See below) Comma separated list of values. Values containing comma should be quoted or escaped with backslash. JSON is acceptable and preferred way for complex parameters --order ORDER Sort field and order, eg. ‘id DESC’ --page PAGE Page number, starting at 1 --per-page PER_PAGE Number of results per page to return, 'all' to return all results --search SEARCH Filter results -h, --help Print help Predefined field sets: ------------|-----|---------|----- FIELDS | ALL | DEFAULT | THIN ------------|-----|---------|----- Id | x | x | x Name | x | x | x Full name | x | x | Value | x | x | Description | x | x | ------------|-----|---------|----- Search / Order fields: description text name string
2.74.3. hammer settings set
設定を更新します。
Usage: hammer settings set [OPTIONS] Options: --id ID --name NAME Setting name --value VALUE -h, --help Print help