2.71. hammer scap-content

SCAP コンテンツを操作します。

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

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

Subcommands:
 bulk-upload                   Upload scap contents in bulk
 create                        Create SCAP content
 delete, destroy               Deletes an SCAP content
 download                      Download an SCAP content as XML
 info, show                    Show an SCAP content
 list, index                   List SCAP contents
 update                        Update an SCAP content

Options:
 -h, --help                    Print help

2.71.1. hammer scap-content bulk-upload

SCAP コンテンツを一括でアップロードします。

Usage:
    hammer scap-content bulk-upload [OPTIONS]

Options:
 --directory DIRECTORY             Directory to upload when using “directory” upload type
 --files FILES                     File paths to upload when using “files” upload type
                                   Comma separated list of values. Values containing comma should be quoted or escaped with backslash.
                                   JSON is acceptable and preferred way for complex parameters
 --location LOCATION_NAME          Name to search by
 --location-id LOCATION_ID         Set the current location context for the request
 --organization ORGANIZATION_NAME  Name to search by
 --organization-id ORGANIZATION_ID Set the current organization context for the request
 --type TYPE                       Type of the upload
                                   Possible value(s): 'files', 'directory', 'default'
 -h, --help                        Print help