2.18. hammer content-import

アップストリームアーカイブからコンテンツをインポートします。

Usage:
    hammer content-import [OPTIONS] SUBCOMMAND [ARG] ...

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

Subcommands:
 library                       Imports a content archive to an organization's library lifecycle environment
 list, index                   View content view import histories
 repository                    Imports a repository
 version                       Imports a content archive to a content view version

Options:
 -h, --help                    Print help

2.18.1. hammer content-import library

コンテンツのライブラリーライフサイクル環境にコンテンツアーカイブをインポートします。

Usage:
    hammer content-import library [OPTIONS]

Options:
 --async                       Do not wait for the task
 --metadata-file VALUE         Location of the metadata.json file. This is not required if the metadata.json
                               file is already in the archive directory.
 --organization VALUE          Organization name to search by
 --organization-id NUMBER      Organization identifier
 --organization-label VALUE    Organization label to search by
 --organization-title VALUE    Organization title
 --path VALUE                  Directory containing the exported Content View Version
 -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.18.2. hammer content-import list

コンテンツビューのインポート履歴を表示します。

Usage:
    hammer content-import <list|index> [OPTIONS]

Options:
 --content-view VALUE             Content view name to search by
 --content-view-id NUMBER         Content view identifier
 --content-view-version VALUE     Content view version number
 --content-view-version-id NUMBER Content view version identifier
 --fields LIST                    Show specified fields or predefined field sets only. (See below)
 --full-result BOOLEAN            Whether or not to show all results
 --id NUMBER                      Content view version import history identifier
 --order VALUE                    Sort field and order, eg. 'id DESC'
 --organization VALUE             Organization name to search by
 --organization-id NUMBER         Organization identifier
 --organization-label VALUE       Organization label to search by
 --organization-title VALUE       Organization title
 --page NUMBER                    Page number, starting at 1
 --per-page NUMBER                Number of results per page to return
 --search VALUE                   Search string
 --type ENUM                      Import Types
                                  Possible value(s): 'complete', 'incremental'
 -h, --help                       Print help

Predefined field sets:
  ------------------------|-----|---------|-----
  FIELDS                  | ALL | DEFAULT | THIN
  ------------------------|-----|---------|-----
  Id                      | x   | x       | x
  Path                    | x   | x       |
  Type                    | x   | x       |
  Content view version    | x   | x       |
  Content view version id | x   | x       |
  Created at              | x   | x       |
  Updated at              | 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:
  content_view_id          integer
  content_view_version_id  integer
  id                       integer
  type                     string

2.18.3. hammer コンテンツインポートリポジトリー

リポジトリーをインポートします

Usage:
    hammer content-import repository [OPTIONS]

Options:
 --async                       Do not wait for the task
 --metadata-file VALUE         Location of the metadata.json file. This is not required if the metadata.json
                               file is already in the archive directory.
 --organization VALUE          Organization name to search by
 --organization-id NUMBER      Organization identifier
 --organization-label VALUE    Organization label to search by
 --organization-title VALUE    Organization title
 --path VALUE                  Directory containing the exported Content View Version
 -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.18.4. hammer content-import version

コンテンツアーカイブをコンテンツビューバージョンにインポートします。

Usage:
    hammer content-import version [OPTIONS]

Options:
 --async                       Do not wait for the task
 --metadata-file VALUE         Location of the metadata.json file. This is not required if the metadata.json
                               file is already in the archive directory.
 --organization VALUE          Organization name to search by
 --organization-id NUMBER      Organization identifier
 --organization-label VALUE    Organization label to search by
 --organization-title VALUE    Organization title
 --path VALUE                  Directory containing the exported Content View Version
 -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