Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.

fabric:import



Name

fabric:import — import data either from a filesystem or from a properties file into the Fabric Registry

Synopsis

fabric:import [ --help ] [ -fs|--filesystem ] [ -props|--properties URL ] [ -t|--target path ] [ -d|--delete ] [ -f|--regex regex ] [ -rf|--reverse-regex regex ] [ -v|--verbose ] [ --dry-run ] { source }

Arguments

Table 8.29, “fab:start Arguments” describes the commands arguments.
Table 8.29. fab:start Arguments
ArgumentInterpretation
--helpDisplays the online help for this command
-fs,--filesystemIndicates that the source argument is a directory on the filesystem. Defaults to true.
-props,--propertiesIndicates that the source argument is a properties file. Defaults to false.
-t,--targetPath of the znode that the data is imported into. Default is /.
-d,--deleteDelete any paths that are not in the tree being imported. Ignored when importing a properties file. Caution: Using this option could permanently delete all or part of the Fabric Registry.
-f,--regexSpecifies a regular expression that matches the znode paths you want to include in the import. For multiple include expressions, specify this option multiple times. The regular expression syntax is defined by the java.util.regex package.
-rf,--reverse-regexSpecifies a regular expression that matches the znode paths you want to exclude from the import. For multiple exclude expressions, specify this option multiple times. The regular expression syntax is defined by the java.util.regex package.
-v,--verboseVerbose log of files being imported.
--dry-runLog the actions that would be performed during an import, but do not actually perform the import.
sourceLocation of a filesystem (if --filesystem is specified) or a properties file (if --properties is specified). Defaults to ./import.
Red Hat logoGithubRedditYoutubeTwitter

Lernen

Testen, kaufen und verkaufen

Communitys

Über Red Hat Dokumentation

Wir helfen Red Hat Benutzern, mit unseren Produkten und Diensten innovativ zu sein und ihre Ziele zu erreichen – mit Inhalten, denen sie vertrauen können.

Mehr Inklusion in Open Source

Red Hat hat sich verpflichtet, problematische Sprache in unserem Code, unserer Dokumentation und unseren Web-Eigenschaften zu ersetzen. Weitere Einzelheiten finden Sie in Red Hat Blog.

Über Red Hat

Wir liefern gehärtete Lösungen, die es Unternehmen leichter machen, plattform- und umgebungsübergreifend zu arbeiten, vom zentralen Rechenzentrum bis zum Netzwerkrand.

© 2024 Red Hat, Inc.