2.74.3. hammer sync-plan info

同期プランを表示します。

Usage:
    hammer sync-plan info [OPTIONS]

Options:
 --fields FIELDS                         Show specified fileds or predefined filed 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                                 Sync plan numeric identifier
 --name NAME                             Sync plan name to search by
 --organization ORGANIZATION_NAME        Organization name to search by
 --organization-id ORGANIZATION_ID       Organization ID
 --organization-label ORGANIZATION_LABEL Organization label to search by
 -h, --help                              Print help

Predefined field sets:
  -------------------|-----|---------|-----
  FIELDS             | ALL | DEFAULT | THIN
  -------------------|-----|---------|-----
  ID                 | x   | x       | x
  Name               | x   | x       | x
  Start Date         | x   | x       |
  Interval           | x   | x       |
  Enabled            | x   | x       |
  Cron Expression    | x   | x       |
  Recurring Logic ID | x   | x       |
  Description        | x   | x       |
  Created at         | x   | x       |
  Updated at         | x   | x       |
  Products/ID        | x   | x       |
  Products/Name      | x   | x       |
  -------------------|-----|---------|-----