Class ImportPackageCommand
Version:
日本語翻訳に関する免責事項
このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。
Imports a package into the selected Content Hub instance.
Inheritance
System.Object
System.CommandLine.Symbol
System.CommandLine.NamedSymbol
System.CommandLine.Command
Sitecore.CH.Cli.Core.Abstractions.Commands.BaseCommand<Sitecore.CH.Cli.Plugin.System.CommandHandlers.ImportPackageCommandHandler>
ImportPackageCommand
Namespace: Sitecore.CH.Cli.Plugin.System.Commands
Assembly: Sitecore.CH.Cli.Plugin.System.dll
Syntax
Remarks
Optional parameters
--source -sSpecifies the path to the import package. Can be either a local file path or a HTTP/HTTPS URL--wait -wDetermines whether to wait for the import to complete or not.--job-idSpecifies whether the job ID is returned or not.
Global parameters
-? --help -hShow this help message and exit.-v --verbosityEnables verbose logging.
Examples
Queue an import without waiting:
Queue an import without waiting and retrieve the job ID:
Perform an import with waiting: