2.79.3. hammer sync-plan info

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

Usage:
    hammer sync-plan <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                                 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
 --organization-title ORGANIZATION_TITLE Organization title
 -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       |
  Next Sync          | x   | x       |
  Products/ID        | x   | x       |
  Products/Name      | x   | x       |
  -------------------|-----|---------|-----